mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
c98d539cd8
commit
9301a8cd9c
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user