#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]
Note:
See TracTickets
for help on using tickets.
Fixed by [e883bbf10]