Fix some minor bugs in ConnectionManager

This commit is contained in:
Andrew Resch 2008-12-10 10:24:15 +00:00
parent 808758cd16
commit cbb7c6119d

View file

@ -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)