Custom Query (2447 matches)
Results (454 - 456 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1833 | Fixed | tab completion should escape spaces | ||
Description |
I'm forwarding bug #601938 from the Debian bug tracker:
|
|||
#302 | Duplicate | Systray context menu on windows "empty", needs scrolling. | ||
Description |
When you right click on the Deluge systray icon in Windows (XP), there's an empty menu displayed. You have to point onto the bottom arrow for the actual menu contents to appear/scroll in... (see screenshot) |
|||
#130 | Fixed | systemtray's "Resume All" fails | ||
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) |