From cbb7c6119d7b2f8ecc9a44839337f166ed7c53c9 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Wed, 10 Dec 2008 10:24:15 +0000 Subject: [PATCH] Fix some minor bugs in ConnectionManager --- deluge/ui/gtkui/connectionmanager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/gtkui/connectionmanager.py b/deluge/ui/gtkui/connectionmanager.py index be538408f..c24541820 100644 --- a/deluge/ui/gtkui/connectionmanager.py +++ b/deluge/ui/gtkui/connectionmanager.py @@ -416,7 +416,7 @@ class ConnectionManager(component.Component): core = xmlrpclib.ServerProxy(uri) core.shutdown() # Update display to show change - self.update() + self._update_list() elif HOSTLIST_STATUS[status] == "Offline": self.start_localhost(port)