summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtk3/glade/create_torrent_dialog.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/create_torrent_dialog.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/create_torrent_dialog.ui')
-rw-r--r--deluge/ui/gtk3/glade/create_torrent_dialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/deluge/ui/gtk3/glade/create_torrent_dialog.ui b/deluge/ui/gtk3/glade/create_torrent_dialog.ui
index a7caf0d76..82db1cefb 100644
--- a/deluge/ui/gtk3/glade/create_torrent_dialog.ui
+++ b/deluge/ui/gtk3/glade/create_torrent_dialog.ui
@@ -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>