Custom Query (2447 matches)
Results (562 - 564 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1969 | Fixed | "quit and shutdown" menu item available even when not connected to dameon | ||
Description |
In non-classic mode without being connected to a daemon the 'quit and shutdown' is available and will generate an error when selected. Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/menubar.py", line 256, in on_menuitem_quitdaemon_activate self.window.quit(shutdown=True) File "/usr/lib/python2.7/dist-packages/deluge/ui/gtkui/mainwindow.py", line 163, in quit client.daemon.shutdown() File "/usr/lib/python2.7/dist-packages/deluge/ui/client.py", line 504, in __call__ return self.daemon.call(self.base, *args, **kwargs) AttributeError: 'NoneType' object has no attribute 'call' |
|||
#1984 | Fixed | KeyError in preferences.py if key not in stored config | ||
Description |
From: https://bugzilla.redhat.com/show_bug.cgi?id=655561 Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 811, in on_button_ok_clicked self.set_config(hide=True) File "/usr/lib/python2.7/site-packages/deluge/ui/gtkui/preferences.py", line 724, in set_config if self.core_config[key] != new_core_config[key]: KeyError: 'lsd' |
|||
#1985 | Duplicate | Move Completed does not strip stray newlines in supplied path | ||
Description |
Note:
See TracQuery
for help on using queries.