From 19184518e96d107c94fcaeb4a1d6ffc66c298fa5 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sat, 18 May 2013 18:27:08 +0100 Subject: [PATCH] Fix torrentview exception for self.columns_to_update --- deluge/ui/gtkui/torrentview.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deluge/ui/gtkui/torrentview.py b/deluge/ui/gtkui/torrentview.py index d5064d880..b642076a7 100644 --- a/deluge/ui/gtkui/torrentview.py +++ b/deluge/ui/gtkui/torrentview.py @@ -425,6 +425,7 @@ class TorrentView(listview.ListView, component.Component): self.search_box = SearchBox(self) self.permanent_status_keys = ["owner"] + self.columns_to_update = [] def start(self): """Start the torrentview"""