From 0c96bf3ee54fede35ee1480c8bffca88559a9340 Mon Sep 17 00:00:00 2001 From: Gary Burton Date: Sat, 6 Sep 2008 09:44:38 +0000 Subject: [PATCH] Make PersonView search bar work the same as in the other views. Bug #2362 svn: r11032 --- src/DataViews/PersonView.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/DataViews/PersonView.py b/src/DataViews/PersonView.py index eef8d4764..96483ad23 100644 --- a/src/DataViews/PersonView.py +++ b/src/DataViews/PersonView.py @@ -533,7 +533,6 @@ class PersonView(PageView.PersonNavView): True) self.build_columns() - self.setup_filter() self.dbstate.change_active_person(active) self._goto() self.dirty = False