mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Fix 'No incoming connections' label not removing properly.
This commit is contained in:
parent
a06b241056
commit
ebebdb7132
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ class StatusBar(component.Component):
|
|||
self.remove_item(self.download_item)
|
||||
self.remove_item(self.upload_item)
|
||||
self.remove_item(self.not_connected_item)
|
||||
self.remove_item(self.heath_item)
|
||||
self.remove_item(self.health_item)
|
||||
except Exception, e:
|
||||
log.debug("Unable to remove StatusBar item: %s", e)
|
||||
self.show_not_connected()
|
||||
|
|
Loading…
Add table
Reference in a new issue