[GTKUI] Revert remove_column change from 550ddc010
This commit is contained in:
parent
6892a00b86
commit
bd14657055
|
@ -370,7 +370,6 @@ 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)
|
||||
|
||||
def set_filter(self, filter_dict):
|
||||
|
|
Loading…
Reference in New Issue