mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
Fix some minor bugs in ConnectionManager
This commit is contained in:
parent
808758cd16
commit
cbb7c6119d
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ class ConnectionManager(component.Component):
|
||||||
core = xmlrpclib.ServerProxy(uri)
|
core = xmlrpclib.ServerProxy(uri)
|
||||||
core.shutdown()
|
core.shutdown()
|
||||||
# Update display to show change
|
# Update display to show change
|
||||||
self.update()
|
self._update_list()
|
||||||
elif HOSTLIST_STATUS[status] == "Offline":
|
elif HOSTLIST_STATUS[status] == "Offline":
|
||||||
self.start_localhost(port)
|
self.start_localhost(port)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue