[GTKUI] Revert remove_column change from 550ddc010

This commit is contained in:
Calum Lind 2015-12-06 16:53:19 +00:00
parent 6892a00b86
commit bd14657055
1 changed files with 1 additions and 2 deletions

View File

@ -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):
""" """