diff -U4 -r gnucash-2.2.9/src/gnome/dialog-sx-since-last-run.c gnucash-2.2.7+sa/src/gnome/dialog-sx-since-last-run.c --- gnucash-2.2.9/src/gnome/dialog-sx-since-last-run.c 2008-01-08 01:06:36.000000000 +0000 +++ gnucash-2.2.9+sa/src/gnome/dialog-sx-since-last-run.c 2008-11-10 19:37:42.000000000 +0000 @@ -801,8 +801,9 @@ { gnc_ui_sx_since_last_run_dialog(inst_model, auto_created_txns); auto_created_txns = NULL; } +#if 0 else { if (summary.num_auto_create_no_notify_instances != 0) { @@ -816,8 +817,9 @@ summary.num_auto_create_no_notify_instances), summary.num_auto_create_no_notify_instances); } } +#endif g_list_free(auto_created_txns); g_object_unref(G_OBJECT(inst_model)); }