add url from tra

This commit is contained in:
Marcos Pinto 2008-06-02 23:49:56 +00:00
parent 78cde674f0
commit 6b6a2646b9
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -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
})