fix a bug in the connection manager where the host list wasn't refreshed after a host was added

This commit is contained in:
Damien Churchill 2009-10-13 09:56:49 +00:00
parent f1a1fdb630
commit 4b79ae8280
2 changed files with 2 additions and 2 deletions

View file

@ -7,9 +7,9 @@
==== Core ====
* Fix saving torrent state on fresh configs
==== Web ====
* Fix changing of the allocation in the preferences.
* Fix updating the Connection Manager when a host is added.
==== Misc ====
* Add man pages for deluge-console and deluge-gtk

View file

@ -307,7 +307,7 @@ Copyright:
},
onHostAdded: function() {
this.update(this);
this.loadHosts();
},
onClose: function(e) {