Quit & Shutdown not working when not connected to daemon
Traceback (most recent call last):
File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/menubar.py", line 278, in on_menuitem_quitdaemon_activate
self.window.quit(shutdown=True)
File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/gtkui/mainwindow.py", line 164, in quit
client.daemon.shutdown()
File "/home/calum/Documents/Coding/Deluge Work/deluge/deluge/ui/client.py", line 579, in __call__
return self.daemon.call(self.base, *args, **kwargs)
AttributeError: 'NoneType' object has no attribute 'call'
Change History
(4)
Owner: |
set to s0undt3ch
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Just checked with 1.3.1 and the 'Quit & Shutdown' option is hidden when not connected to a daemon.