Fix torrentview exception for self.columns_to_update

This commit is contained in:
Calum Lind 2013-05-18 18:27:08 +01:00
parent 85c5449ba8
commit 19184518e9
1 changed files with 1 additions and 0 deletions

View File

@ -425,6 +425,7 @@ class TorrentView(listview.ListView, component.Component):
self.search_box = SearchBox(self) self.search_box = SearchBox(self)
self.permanent_status_keys = ["owner"] self.permanent_status_keys = ["owner"]
self.columns_to_update = []
def start(self): def start(self):
"""Start the torrentview""" """Start the torrentview"""