* src/DisplayModels/_PeopleModel.py: save current filter for rebuild (#838)

svn: r7946
This commit is contained in:
Don Allingham
2007-01-21 05:17:06 +00:00
parent 10c75e48b6
commit 182bd47b5c
3 changed files with 7 additions and 3 deletions

View File

@@ -741,8 +741,9 @@ class PersonView(PageView.PersonNavView):
person = self.dbstate.db.get_person_from_handle(node)
pname = person.get_primary_name()
top = NameDisplay.displayer.name_grouping_name(self.db, pname)
self.model.rebuild_data()
self.model.rebuild_data(self.model.current_filter)
if not self.model.is_visable(node):
continue