r17750 - gnucash/trunk/src/gnome - Revert accidental removal of the since-last-run druid pop-up window in r17725.

Christian Stimming cstim at cvs.gnucash.org
Sat Dec 6 16:54:09 EST 2008


Author: cstim
Date: 2008-12-06 16:54:08 -0500 (Sat, 06 Dec 2008)
New Revision: 17750
Trac: http://svn.gnucash.org/trac/changeset/17750

Modified:
   gnucash/trunk/src/gnome/dialog-sx-since-last-run.c
Log:
Revert accidental removal of the since-last-run druid pop-up window in r17725.

Modified: gnucash/trunk/src/gnome/dialog-sx-since-last-run.c
===================================================================
--- gnucash/trunk/src/gnome/dialog-sx-since-last-run.c	2008-12-06 21:33:28 UTC (rev 17749)
+++ gnucash/trunk/src/gnome/dialog-sx-since-last-run.c	2008-12-06 21:54:08 UTC (rev 17750)
@@ -802,7 +802,6 @@
         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)
@@ -818,7 +817,6 @@
                  summary.num_auto_create_no_notify_instances);
         }
     }
-#endif
     g_list_free(auto_created_txns);
     g_object_unref(G_OBJECT(inst_model));
 }



More information about the gnucash-changes mailing list