From 01ec3f5b5a1fcb8e7d9be9d7f2fa5acfc95fd3a0 Mon Sep 17 00:00:00 2001 From: Damien Churchill Date: Mon, 10 Aug 2009 09:56:43 +0000 Subject: [PATCH] change runCheck to update --- 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 9cac6241c..267fb4d95 100644 --- a/deluge/ui/web/js/Deluge.ConnectionManager.js +++ b/deluge/ui/web/js/Deluge.ConnectionManager.js @@ -266,7 +266,7 @@ Copyright: }, onHostAdded: function() { - this.runCheck(); + this.update(); }, onClose: function(e) {