mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-11 19:08:40 +00:00
fix add from tray
This commit is contained in:
parent
43214712ef
commit
71bd04351e
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ class SystemTray(component.Component):
|
||||||
def on_menuitem_add_torrent_activate(self, menuitem):
|
def on_menuitem_add_torrent_activate(self, menuitem):
|
||||||
log.debug("on_menuitem_add_torrent_activate")
|
log.debug("on_menuitem_add_torrent_activate")
|
||||||
from addtorrentdialog import AddTorrentDialog
|
from addtorrentdialog import AddTorrentDialog
|
||||||
client.add_torrent_file(AddTorrentDialog().run())
|
client.add_torrent_file(AddTorrentDialog().show())
|
||||||
|
|
||||||
def on_menuitem_pause_all_activate(self, menuitem):
|
def on_menuitem_pause_all_activate(self, menuitem):
|
||||||
log.debug("on_menuitem_pause_all_activate")
|
log.debug("on_menuitem_pause_all_activate")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue