Opened 14 years ago

Closed 14 years ago

Last modified 7 years ago

#1818 closed bug (Fixed)

Quit & Shutdown not working when not connected to daemon

Reported by: Calum Owned by: s0undt3ch
Priority: minor Milestone: 2.x
Component: GTK UI Version: master
Keywords: Cc:

Description

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)

comment:1 by Calum, 14 years ago

Owner: set to s0undt3ch
Status: newassigned

comment:2 by Calum, 14 years ago

Just checked with 1.3.1 and the 'Quit & Shutdown' option is hidden when not connected to a daemon.

comment:3 by s0undt3ch, 14 years ago

Resolution: fixed
Status: assignedclosed

Should be fixed in current master. Reopen if not.

comment:4 by Calum, 7 years ago

Milestone: 2.0.x2.x

Milestone renamed

Note: See TracTickets for help on using tickets.