Skip to content

Commit

Permalink
Fix some missing id's in the glade file
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob-IT committed Aug 20, 2017
1 parent 42915a4 commit 576b1d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnucash/gnome/gtkbuilder/dialog-price.glade
Expand Up @@ -304,7 +304,7 @@
<property name="entry_text_column">0</property>
<signal name="changed" handler="pedit_commodity_ns_changed_cb" swapped="no"/>
<child internal-child="entry">
<object class="GtkEntry">
<object class="GtkEntry" id="combobox-entry3">
<property name="can_focus">False</property>
</object>
</child>
Expand All @@ -323,7 +323,7 @@
<property name="entry_text_column">0</property>
<signal name="changed" handler="pedit_commodity_changed_cb" swapped="no"/>
<child internal-child="entry">
<object class="GtkEntry">
<object class="GtkEntry" id="combobox-entry2">
<property name="can_focus">False</property>
</object>
</child>
Expand Down Expand Up @@ -565,7 +565,7 @@
<property name="can_focus">True</property>
<property name="model">liststore4</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="selection1"/>
</child>
<child>
<object class="GtkTreeViewColumn" id="name_column">
Expand Down

0 comments on commit 576b1d0

Please sign in to comment.