mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
[GTKUI] Revert remove_column change from 550ddc010
This commit is contained in:
parent
6892a00b86
commit
bd14657055
1 changed files with 1 additions and 2 deletions
|
@ -370,7 +370,6 @@ 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…
Add table
Add a link
Reference in a new issue