Opened 9 years ago

Closed 9 years ago

Last modified 6 years ago

#2704 closed bug (Fixed)

Shutdown results in KeyError: 'SystemTray'

Reported by: Cas 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 Changed 9 years ago by bro

  • Resolution set to Fixed
  • Status changed from new to closed

Fixed by [e883bbf10]

comment:2 Changed 6 years ago by Cas

  • Milestone changed from 2.0 to 2.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.