mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-26 19:32:21 +00:00
[GTKUI] Revert remove_column change from 550ddc010
This commit is contained in:
parent
6892a00b86
commit
bd14657055
@ -370,8 +370,7 @@ class TorrentView(ListView, component.Component):
|
||||
def remove_column(self, header):
|
||||
"""Removes the column with the name 'header' from the torrentview"""
|
||||
self.save_state()
|
||||
if self.window.visible():
|
||||
ListView.remove_column(self, header)
|
||||
ListView.remove_column(self, header)
|
||||
|
||||
def set_filter(self, filter_dict):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user