From 551d38c7a08e2eecaeb9ab018e18330938d2cdf2 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Tue, 13 Oct 2009 09:56:49 +0000 Subject: [PATCH] fix a bug in the connection manager where the host list wasn't refreshed after a host was added --- deluge/ui/web/js/Deluge.ConnectionManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/web/js/Deluge.ConnectionManager.js b/deluge/ui/web/js/Deluge.ConnectionManager.js index 9ba02e13e..0aa14e242 100644 --- a/deluge/ui/web/js/Deluge.ConnectionManager.js +++ b/deluge/ui/web/js/Deluge.ConnectionManager.js @@ -307,7 +307,7 @@ Copyright: }, onHostAdded: function() { - this.update(this); + this.loadHosts(); }, onClose: function(e) {