mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 20:14:51 +00:00
Fix torrentview exception for self.columns_to_update
This commit is contained in:
parent
85c5449ba8
commit
19184518e9
1 changed files with 1 additions and 0 deletions
|
@ -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"""
|
||||
|
|
Loading…
Add table
Reference in a new issue