Fix missing id values for GtkTreeSelection in glade files

This commit is contained in:
Robert Fewell
2017-07-15 18:03:34 +01:00
committed by John Ralls
parent 6c4c82267e
commit 338e10aade
2 changed files with 6 additions and 6 deletions

View File

@@ -870,7 +870,7 @@ For example
<property name="headers_visible">False</property>
<property name="enable_grid_lines">both</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
</object>
<packing>
@@ -886,7 +886,7 @@ For example
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="enable_grid_lines">both</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeview-selection2"/>
</child>
</object>
<packing>
@@ -1021,7 +1021,7 @@ For example
<property name="enable_tree_lines">True</property>
<signal name="button-press-event" handler="csv_tximp_acct_match_view_clicked_cb" swapped="no"/>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeview-selection3"/>
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn1">

View File

@@ -641,7 +641,7 @@
<property name="can_focus">True</property>
<property name="rules_hint">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeview-selection1"/>
</child>
</object>
</child>
@@ -676,7 +676,7 @@
<property name="can_focus">True</property>
<property name="rules_hint">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeview-selection2"/>
</child>
</object>
</child>
@@ -1103,7 +1103,7 @@
<property name="rules_hint">True</property>
<property name="enable_search">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeview-selection3"/>
</child>
</object>
</child>