add url from tra
This commit is contained in:
parent
78cde674f0
commit
6b6a2646b9
|
@ -71,6 +71,14 @@
|
|||
</child>
|
||||
</widget>
|
||||
</child>
|
||||
<child>
|
||||
<widget class="GtkMenuItem" id="menuitem3">
|
||||
<property name="visible">True</property>
|
||||
<property name="label" translatable="yes">Add _URL</property>
|
||||
<property name="use_underline">True</property>
|
||||
<signal name="activate" handler="add_torrent_url"/>
|
||||
</widget>
|
||||
</child>
|
||||
<child>
|
||||
<widget class="GtkSeparatorMenuItem" id="separatormenuitem3">
|
||||
<property name="visible">True</property>
|
||||
|
|
|
@ -271,6 +271,7 @@ and MOZILLA_FIVE_HOME environment variables to /usr/lib/firefox"))
|
|||
"pause_all": self.pause_all_clicked,
|
||||
"resume_all": self.resume_all_clicked,
|
||||
"add_torrent": self.add_torrent_clicked,
|
||||
"add_torrent_url": self.add_torrent_url_clicked,
|
||||
"show_hide_window_toggled": self.show_hide_window_toggled
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue