summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Resch <andrewresch@gmail.com>2008-12-10 10:24:15 +0000
committerAndrew Resch <andrewresch@gmail.com>2008-12-10 10:24:15 +0000
commitcbb7c6119d7b2f8ecc9a44839337f166ed7c53c9 (patch)
tree892e87893de3074077658efd4d265ad509a1ffb0
parent808758cd16f22b4eab9e4ada2246e50ef735f9c9 (diff)
downloaddeluge-cbb7c6119d7b2f8ecc9a44839337f166ed7c53c9.tar.gz
deluge-cbb7c6119d7b2f8ecc9a44839337f166ed7c53c9.tar.bz2
deluge-cbb7c6119d7b2f8ecc9a44839337f166ed7c53c9.zip
Fix some minor bugs in ConnectionManager
-rw-r--r--deluge/ui/gtkui/connectionmanager.py2
1 files changed, 1 insertions, 1 deletions
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)