[Gnucash-changes] r13690 - gnucash/trunk - open the bills due reminder at BOOK_OPENED instead of UI_START.

Derek Atkins warlord at cvs.gnucash.org
Thu Mar 23 15:42:55 EST 2006


Author: warlord
Date: 2006-03-23 15:42:54 -0500 (Thu, 23 Mar 2006)
New Revision: 13690
Trac: http://svn.gnucash.org/trac/changeset/13690

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/business/business-gnome/businessmod-gnome.c
Log:
open the bills due reminder at BOOK_OPENED instead of UI_START.
This gets us the bills-due reminder on File->Open as well.



Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-03-23 19:11:43 UTC (rev 13689)
+++ gnucash/trunk/ChangeLog	2006-03-23 20:42:54 UTC (rev 13690)
@@ -1,3 +1,9 @@
+2006-03-23  Derek Atkins  <derek at 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 at hampton-pc.rainbolthampton.net>
 
 	* src/backend/postgres/checkpoint.c: Update to compile on FC5.

Modified: gnucash/trunk/src/business/business-gnome/businessmod-gnome.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/businessmod-gnome.c	2006-03-23 19:11:43 UTC (rev 13689)
+++ gnucash/trunk/src/business/business-gnome/businessmod-gnome.c	2006-03-23 20:42:54 UTC (rev 13690)
@@ -115,7 +115,7 @@
     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",



More information about the gnucash-changes mailing list