[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):
|
def remove_column(self, header):
|
||||||
"""Removes the column with the name 'header' from the torrentview"""
|
"""Removes the column with the name 'header' from the torrentview"""
|
||||||
self.save_state()
|
self.save_state()
|
||||||
if self.window.visible():
|
ListView.remove_column(self, header)
|
||||||
ListView.remove_column(self, header)
|
|
||||||
|
|
||||||
def set_filter(self, filter_dict):
|
def set_filter(self, filter_dict):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue