[GTK3] Fix GError required attr id for GtkTreeSelection

This commit is contained in:
Calum Lind 2018-09-20 13:38:53 +01:00 committed by Calum Lind
parent dd7cc31918
commit 4111f94597
8 changed files with 16 additions and 16 deletions

View file

@ -114,7 +114,7 @@
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection1"/>
</child>
</object>
</child>
@ -404,7 +404,7 @@
<property name="headers_visible">False</property>
<property name="enable_tree_lines">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection2"/>
</child>
</object>
</child>

View file

@ -116,7 +116,7 @@
<property name="model">liststore_hostlist</property>
<signal name="row-activated" handler="on_hostlist_row_activated" swapped="no"/>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection"/>
</child>
</object>
</child>

View file

@ -137,7 +137,7 @@
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection1"/>
</child>
</object>
</child>
@ -470,7 +470,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection2"/>
</child>
</object>
</child>

View file

@ -124,7 +124,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection"/>
</child>
</object>
</child>

View file

@ -876,7 +876,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection1"/>
</child>
</object>
</child>
@ -906,7 +906,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection2"/>
</child>
</object>
</child>

View file

@ -677,7 +677,7 @@
<signal name="motion-notify-event" handler="on_completion_treeview_motion_notify_event" swapped="no"/>
<signal name="scroll-event" handler="on_completion_treeview_scroll_event" swapped="no"/>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection1"/>
</child>
<child>
<object class="GtkTreeViewColumn" id="completion_treeview_column">
@ -716,11 +716,11 @@
<placeholder/>
</child>
<child internal-child="vbox">
<object class="GtkBox">
<object class="GtkBox" id="box1">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child internal-child="action_area">
<object class="GtkButtonBox">
<object class="GtkButtonBox" id="buttonbox1">
<property name="can_focus">False</property>
<property name="layout_style">end</property>
<child>
@ -826,7 +826,7 @@
<signal name="key-release-event" handler="on_stored_values_treeview_key_release_event" swapped="no"/>
<signal name="scroll-event" handler="on_stored_values_treeview_scroll_event" swapped="no"/>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection2"/>
</child>
<child>
<object class="GtkTreeViewColumn" id="stored_values_treeview_column">

View file

@ -327,7 +327,7 @@
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection1"/>
</child>
</object>
</child>
@ -4584,7 +4584,7 @@ the proxy instead of using the local DNS service</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection2"/>
</child>
</object>
<packing>
@ -4719,7 +4719,7 @@ the proxy instead of using the local DNS service</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection3"/>
</child>
</object>
</child>

View file

@ -126,7 +126,7 @@
<property name="can_focus">True</property>
<property name="headers_visible">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
<object class="GtkTreeSelection" id="treeselection"/>
</child>
</object>
</child>