r14572 - gnucash/branches/deprecated-cleanup - Fix a critical warning in the edit bill term dialog.
David Hampton
hampton at cvs.gnucash.org
Thu Jul 27 22:46:31 EDT 2006
Author: hampton
Date: 2006-07-27 22:46:30 -0400 (Thu, 27 Jul 2006)
New Revision: 14572
Trac: http://svn.gnucash.org/trac/changeset/14572
Modified:
gnucash/branches/deprecated-cleanup/ChangeLog
gnucash/branches/deprecated-cleanup/src/business/business-gnome/glade/billterms.glade
Log:
Fix a critical warning in the edit bill term dialog.
Modified: gnucash/branches/deprecated-cleanup/ChangeLog
===================================================================
--- gnucash/branches/deprecated-cleanup/ChangeLog 2006-07-28 02:22:58 UTC (rev 14571)
+++ gnucash/branches/deprecated-cleanup/ChangeLog 2006-07-28 02:46:30 UTC (rev 14572)
@@ -1,5 +1,8 @@
2006-07-27 David Hampton <hampton at employees.org>
+ * src/business/business-gnome/glade/billterms.glade: Fix a
+ critical warning in the edit bill term dialog.
+
* src/import-export/qif-import/druid-qif-import.c:
* src/import-export/hbci/druid-hbci-initial.c:
* src/report/report-gnome/dialog-column-view.c:
Modified: gnucash/branches/deprecated-cleanup/src/business/business-gnome/glade/billterms.glade
===================================================================
--- gnucash/branches/deprecated-cleanup/src/business/business-gnome/glade/billterms.glade 2006-07-28 02:22:58 UTC (rev 14571)
+++ gnucash/branches/deprecated-cleanup/src/business/business-gnome/glade/billterms.glade 2006-07-28 02:46:30 UTC (rev 14572)
@@ -738,6 +738,7 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
+ <property name="mnemonic_widget">type_combobox</property>
</widget>
</child>
</widget>
@@ -961,7 +962,7 @@
<property name="yalign">0.5</property>
<property name="xpad">0</property>
<property name="ypad">0</property>
- <property name="mnemonic_widget">type_menu</property>
+ <property name="mnemonic_widget">type_combobox</property>
</widget>
</child>
</widget>
@@ -976,25 +977,12 @@
</child>
<child>
- <widget class="GtkOptionMenu" id="type_menu">
+ <widget class="GtkComboBox" id="type_combobox">
<property name="visible">True</property>
- <property name="tooltip" translatable="yes">Choose the type of Billing Term</property>
- <property name="can_focus">True</property>
- <property name="history">0</property>
-
- <child internal-child="menu">
- <widget class="GtkMenu" id="convertwidget3">
- <property name="visible">True</property>
-
- <child>
- <widget class="GtkMenuItem" id="convertwidget4">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Type Menu</property>
- <property name="use_underline">True</property>
- </widget>
- </child>
- </widget>
- </child>
+ <property name="items" translatable="yes">Days
+Proximo</property>
+ <property name="focus_on_click">True</property>
+ <signal name="changed" handler="billterms_type_combobox_changed" last_modification_time="Tue, 06 Jun 2006 01:17:37 GMT"/>
</widget>
<packing>
<property name="left_attach">1</property>
@@ -1002,7 +990,7 @@
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
<property name="x_options">fill</property>
- <property name="y_options"></property>
+ <property name="y_options">fill</property>
</packing>
</child>
More information about the gnucash-changes
mailing list