Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#130 closed bug (Fixed)

systemtray's "Resume All" fails

Reported by: danii Owned by: andar
Priority: minor Milestone:
Component: GTK UI Version: 0.6.0svn
Keywords: system tray resume all Cc:

Description

Deluge 0.6.0.0r3051

pause all in gtkui's systemtray works fine but when i click resume all I get the following error:

[DEBUG   ] systemtray:276 on_menuitem_resume_all_activate
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deluge/ui/gtkui/systemtray.py", line 277, in on_menuitem_resume_all_activate
    client.resume_all_torrents()
  File "/usr/lib/python2.4/site-packages/deluge/ui/client.py", line 297, in async_proxy
    return self.core.call(method_name, *args, **kwargs)
TypeError: call() takes at least 3 arguments (2 given)

Change History (2)

comment:1 by andar, 17 years ago

Resolution: fixed
Status: newclosed

Fixed

comment:2 by (none), 17 years ago

Milestone: 0.6.0

Milestone 0.6.0 deleted

Note: See TracTickets for help on using tickets.