Custom Query (2447 matches)
Results (457 - 459 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#782 | Fixed | system tray password asked when gtkui window is open but not topmost window. | ||
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' | ||
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. |
|||
#2175 | Fixed | systemtray free variable 'self' referenced before assignment in enclosing scope | ||
Description |
Forwarded from Fedora: https://bugzilla.redhat.com/show_bug.cgi?id=858863 :systemtray.py:488:on_response:NameError: free variable 'self' referenced before assignment in enclosing scope : :Traceback (most recent call last): : File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/systemtray.py", line 488, in on_response : if self.config["tray_password"] == sha_hash(entered_pass.get_text()).hexdigest(): :NameError: free variable 'self' referenced before assignment in enclosing scope : :Local variables in innermost frame: :response_id: -5 :dialog: <gtk.Dialog object at 0x29cb8c0 (GtkDialog at 0x1f80a70)> |
Note:
See TracQuery
for help on using queries.