From 4cb2bcae2562863a48b75061d6f3891ed8828145 Mon Sep 17 00:00:00 2001 From: John Garland Date: Sat, 2 Oct 2010 23:55:51 +1000 Subject: [PATCH] Fix sidebar not updating (#1365) --- deluge/core/filtermanager.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deluge/core/filtermanager.py b/deluge/core/filtermanager.py index 085257889..a91136845 100644 --- a/deluge/core/filtermanager.py +++ b/deluge/core/filtermanager.py @@ -200,9 +200,8 @@ class FilterManager(component.Component): value = status[field] items[field][value] = items[field].get(value, 0) + 1 - items["tracker_host"]["All"] = len(torrent_ids) - if "tracker_host" in items: + items["tracker_host"]["All"] = len(torrent_ids) items["tracker_host"]["Error"] = len(tracker_error_filter(torrent_ids, ("Error",))) if "state" in tree_keys and not show_zero_hits: