open the bills due reminder at BOOK_OPENED instead of UI_START.

This gets us the bills-due reminder on File->Open as well.



git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13690 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins
2006-03-23 20:42:54 +00:00
parent 9c5b9d501e
commit 06fb33e72c
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2006-03-23 Derek Atkins <derek@ihtfp.com>
* src/business/business-gnome/businessmod-gnome.c:
open the bills due reminder at BOOK_OPENED instead of UI_START.
This gets us the bills-due reminder on File->Open as well.
2006-03-23 David Hampton <david@hampton-pc.rainbolthampton.net>
* src/backend/postgres/checkpoint.c: Update to compile on FC5.

View File

@@ -115,7 +115,7 @@ libgncmod_business_gnome_LTX_gnc_module_init(int refcount)
gnc_plugin_manager_add_plugin (gnc_plugin_manager_get (),
gnc_plugin_business_new ());
gnc_hook_add_dangler(HOOK_UI_POST_STARTUP,
gnc_hook_add_dangler(HOOK_BOOK_OPENED,
(GFunc)gnc_invoice_remind_bills_due_cb, NULL);
gnc_preferences_add_page("businessprefs.glade", "business_prefs",