summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtk3/glade/path_combo_chooser.ui
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2018-09-20 13:38:53 +0100
committerCalum Lind <calumlind@gmail.com>2018-11-02 08:45:39 +0000
commit4111f94597f314823b9b06f94217be2147426422 (patch)
tree5eedb1dd261e3857f574da3353097efe583f83bd /deluge/ui/gtk3/glade/path_combo_chooser.ui
parentdd7cc319182281152759aea71414b15c699b98d2 (diff)
downloaddeluge-4111f94597f314823b9b06f94217be2147426422.tar.gz
deluge-4111f94597f314823b9b06f94217be2147426422.tar.bz2
deluge-4111f94597f314823b9b06f94217be2147426422.zip
[GTK3] Fix GError required attr id for GtkTreeSelection
Diffstat (limited to 'deluge/ui/gtk3/glade/path_combo_chooser.ui')
-rw-r--r--deluge/ui/gtk3/glade/path_combo_chooser.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/deluge/ui/gtk3/glade/path_combo_chooser.ui b/deluge/ui/gtk3/glade/path_combo_chooser.ui
index 0fbac03e3..27acc934d 100644
--- a/deluge/ui/gtk3/glade/path_combo_chooser.ui
+++ b/deluge/ui/gtk3/glade/path_combo_chooser.ui
@@ -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">