Fix initial value of filter sidebar toggle on menu
svn: r14288
This commit is contained in:
parent
116c8f39de
commit
a7c1c2b32a
@ -206,9 +206,6 @@ class ListView(NavigationView):
|
|||||||
tip=self.EDIT_MSG,
|
tip=self.EDIT_MSG,
|
||||||
callback=self.edit)
|
callback=self.edit)
|
||||||
|
|
||||||
self._add_toggle_action('Filter', None, _('_Filter Sidebar'),
|
|
||||||
callback=self.filter_toggle_action)
|
|
||||||
|
|
||||||
def build_columns(self):
|
def build_columns(self):
|
||||||
map(self.list.remove_column, self.columns)
|
map(self.list.remove_column, self.columns)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user