Custom Query (2449 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (457 - 459 of 2449)

Ticket Resolution Summary Owner Reporter
#130 Fixed systemtray's "Resume All" fails andar danii
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)
#782 Fixed system tray password asked when gtkui window is open but not topmost window. andar anonymous
Description

If password for revoke from system tray is enabled, and deluge window is NOT minimised to tray but lying under some other window, clicking on tray asks password when one can simple click on taskbar to get access to gtkui.

#206 Fixed SystemTray instance has no attribute 'tray_glade' andar anonymous
Description

when changing the max. upload speed in the statusbar of the 0.6 gtkui, I get this:

[DEBUG   ] signals:114 config_value_changed signal received..
Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/signals.py", line 116, in config_value_changed
    component.get("SystemTray").config_value_changed(key, value)
  File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/systemtray.py", line 149, in config_value_changed
    self.config_value_changed_dict[key](value)
  File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/systemtray.py", line 162, in _on_max_upload_speed
    self.build_tray_bwsetsubmenu()
  File "/usr/lib64/python2.5/site-packages/deluge/ui/gtkui/systemtray.py", line 206, in build_tray_bwsetsubmenu
    self.tray_glade.get_widget("menuitem_download_limit").set_submenu(
AttributeError: SystemTray instance has no attribute 'tray_glade'

There is no crash and changing the speed works, but it is a bug I think.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.