2006-08-12 Don Allingham <don@gramps-project.org>

* src/PageView.py: fix search argument when filter applied



svn: r7158
This commit is contained in:
Don Allingham 2006-08-12 15:27:55 +00:00
parent 3949150144
commit 5c12d70cfe
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-08-12 Don Allingham <don@gramps-project.org>
* src/PageView.py: fix search argument when filter applied
2006-08-11 Brian Matherly <brian@gramps-project.org>
* src/plugins/DetDescendantReport.py: fix spouse name printing
* src/plugins/DetAncestralReport.py: fix spouse name printing

View File

@ -624,7 +624,7 @@ class ListView(BookMarkView):
if Config.get(Config.FILTER):
search = EMPTY_SEARCH
else:
search = self.search_bar.get_value()
search = (False,self.search_bar.get_value())
self.model = self.make_model(self.dbstate.db, self.sort_col, order,
search=search,