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 551d38c7a0

View file

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