mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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.
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user