fix interface.start

This commit is contained in:
Marcos Pinto 2007-06-12 02:21:18 +00:00
parent 352861703c
commit 127e85c565
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def start_deluge():
print "Starting new Deluge session..."
interface = deluge.interface.DelugeGTK()
add_args(interface)
interface.start(hidden=options.tray)
interface.start()
def add_args(interface):