id summary reporter owner description type status priority milestone component version resolution keywords cc 1969 """quit and shutdown"" menu item available even when not connected to dameon" Cas "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' }}}" bug closed minor 1.3.4 GTK UI 1.3.3 Fixed