Opened 10 years ago

Closed 9 years ago

Last modified 6 years ago

#2704 closed bug (Fixed)

Shutdown results in KeyError: 'SystemTray'

Reported by: Calum Owned by: Bro
Priority: major Milestone: 2.0.0
Component: GTK UI Version: develop
Keywords: Cc:

Description

Got this trace on shutdown in standalone mode.

Traceback (most recent call last):
  File "/home/ubuntu/deluge.git_master/deluge/ui/gtkui/mainwindow.py", line 305, in on_expose_event
    component.get("SystemTray").blink(False)
  File "/home/ubuntu/deluge.git_master/deluge/component.py", line 430, in get
    return _ComponentRegistry.components[name]
KeyError: 'SystemTray'

develop branch point: [a35ce67]

Likely breakage commit: [178c417]

Change History (2)

comment:1 by Bro, 9 years ago

Resolution: Fixed
Status: newclosed

Fixed by [e883bbf10]

comment:2 by Calum, 6 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.