Fix possible issue where the health icon will not disappear.

This commit is contained in:
Andrew Resch 2008-04-01 08:38:10 +00:00
parent 39e8866b97
commit 0f32cde503
1 changed files with 2 additions and 1 deletions

View File

@ -160,7 +160,8 @@ class StatusBar(component.Component):
text=_("No Incoming Connections!"),
callback=self._on_health_icon_clicked)
self.health = False
# Get some config values
client.get_config_value(
self._on_max_connections_global, "max_connections_global")