Make PersonView search bar work the same as in the other views. Bug #2362

svn: r11032
This commit is contained in:
Gary Burton 2008-09-06 09:44:38 +00:00
parent b6ed9d389d
commit 0c96bf3ee5

View File

@ -533,7 +533,6 @@ class PersonView(PageView.PersonNavView):
True) True)
self.build_columns() self.build_columns()
self.setup_filter()
self.dbstate.change_active_person(active) self.dbstate.change_active_person(active)
self._goto() self._goto()
self.dirty = False self.dirty = False