Revert accidental removal of the since-last-run druid pop-up window in r17725.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17750 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2008-12-06 21:54:08 +00:00
parent c98d539cd8
commit 9301a8cd9c

View File

@ -802,7 +802,6 @@ gnc_sx_sxsincelast_book_opened(void)
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 @@ gnc_sx_sxsincelast_book_opened(void)
summary.num_auto_create_no_notify_instances);
}
}
#endif
g_list_free(auto_created_txns);
g_object_unref(G_OBJECT(inst_model));
}