r14520 - gnucash/branches/2.0 - Set the summary bar values when the window is first opened (#345978).
Derek Atkins
warlord at cvs.gnucash.org
Sun Jul 16 12:58:09 EDT 2006
Author: warlord
Date: 2006-07-16 12:58:07 -0400 (Sun, 16 Jul 2006)
New Revision: 14520
Trac: http://svn.gnucash.org/trac/changeset/14520
Modified:
gnucash/branches/2.0/
gnucash/branches/2.0/ChangeLog
gnucash/branches/2.0/src/business/business-gnome/dialog-invoice.c
Log:
Set the summary bar values when the window is first opened (#345978).
Merge r14516.
Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
- d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:12874
+ d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:12876
Modified: gnucash/branches/2.0/ChangeLog
===================================================================
--- gnucash/branches/2.0/ChangeLog 2006-07-16 16:40:28 UTC (rev 14519)
+++ gnucash/branches/2.0/ChangeLog 2006-07-16 16:58:07 UTC (rev 14520)
@@ -5,6 +5,9 @@
Apparently some distributions ship g-wrap-config separately
from the g-wrap.scm guile module.
+ * src/business/business-gnome/dialog-invoice.c:
+ Set the summary bar values when the window is first opened (#345978).
+
2006-07-15 Christian Stimming <stimming at tuhh.de>
* src/import-export/hbci/druid-hbci-initial.c: Remove obsolete
Modified: gnucash/branches/2.0/src/business/business-gnome/dialog-invoice.c
===================================================================
--- gnucash/branches/2.0/src/business/business-gnome/dialog-invoice.c 2006-07-16 16:40:28 UTC (rev 14519)
+++ gnucash/branches/2.0/src/business/business-gnome/dialog-invoice.c 2006-07-16 16:58:07 UTC (rev 14520)
@@ -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