2008-01-10 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/MarkupText.py: in _hex_to_color removed dupe assignment to color
* src/PageView.py: doc typo and delete unused statements in filter_toggle
* src/ViewManager.py: fix typo in doc
* src/DataViews/PersonView.py: delete unused statements in filter_toggle
* src/FilterEditor/_EditRule.py: fix wrong $Id name
* src/FilterEditor/_ShowResults.py: fix wrong $Id name
svn: r9778
This commit is contained in:
@@ -590,11 +590,9 @@ class ListView(BookMarkView):
|
||||
if Config.get(Config.FILTER):
|
||||
self.search_bar.hide()
|
||||
self.filter_pane.show()
|
||||
active = True
|
||||
else:
|
||||
self.search_bar.show()
|
||||
self.filter_pane.hide()
|
||||
active = False
|
||||
|
||||
def post(self):
|
||||
if self.filter_class:
|
||||
@@ -854,7 +852,7 @@ class ListView(BookMarkView):
|
||||
self.dirty = True
|
||||
|
||||
def object_build(self):
|
||||
"""callback, for if tree must be rebuild and bookmarks redrawn
|
||||
"""callback, for if tree must be rebuilt and bookmarks redrawn
|
||||
"""
|
||||
if self.active:
|
||||
self.bookmarks.redraw()
|
||||
|
||||
Reference in New Issue
Block a user