fix add from tray

This commit is contained in:
Marcos Pinto 2008-06-29 05:00:58 +00:00
parent 43214712ef
commit 71bd04351e
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class SystemTray(component.Component):
def on_menuitem_add_torrent_activate(self, menuitem):
log.debug("on_menuitem_add_torrent_activate")
from addtorrentdialog import AddTorrentDialog
client.add_torrent_file(AddTorrentDialog().run())
client.add_torrent_file(AddTorrentDialog().show())
def on_menuitem_pause_all_activate(self, menuitem):
log.debug("on_menuitem_pause_all_activate")