r14516 - gnucash/trunk - Set the summary bar values when the window is first opened (#345978).

Derek Atkins warlord at cvs.gnucash.org
Sun Jul 16 01:58:08 EDT 2006


Author: warlord
Date: 2006-07-16 01:58:07 -0400 (Sun, 16 Jul 2006)
New Revision: 14516
Trac: http://svn.gnucash.org/trac/changeset/14516

Modified:
   gnucash/trunk/
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/business/business-gnome/dialog-invoice.c
Log:
Set the summary bar values when the window is first opened (#345978).
BP




Property changes on: gnucash/trunk
___________________________________________________________________
Name: svk:merge
   - d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:12866
   + d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:12868

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-07-16 05:16:52 UTC (rev 14515)
+++ gnucash/trunk/ChangeLog	2006-07-16 05:58:07 UTC (rev 14516)
@@ -4,6 +4,9 @@
 	  Make GncAddress more QOF compliant.  (#343726)
 	  Adds BeginEdit/CommitEdit calls.
 
+	* src/business/business-gnome/dialog-invoice.c:
+	  Set the summary bar values when the window is first opened (#345978).
+
 2006-07-15  Andreas Köhler  <andi5.py at gmx.net>
 
 	* src/report/report-system/html-text.scm: Remove a duplicate of

Modified: gnucash/trunk/src/business/business-gnome/dialog-invoice.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-invoice.c	2006-07-16 05:16:52 UTC (rev 14515)
+++ gnucash/trunk/src/business/business-gnome/dialog-invoice.c	2006-07-16 05:58:07 UTC (rev 14516)
@@ -1678,6 +1678,9 @@
   new_page = gnc_plugin_page_invoice_new (iw);
   gnc_main_window_open_page (gnc_plugin_business_get_window(), new_page);
 
+  /* Initialize the summary bar */
+  gnc_invoice_redraw_all_cb(iw->reg, iw);
+
   return iw;
 }
 



More information about the gnucash-changes mailing list