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
commit 4b79ae8280
2 changed files with 2 additions and 2 deletions

View file

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

View file

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