* src/PeopleModel.py: temporary fix for add person update

* src/PeopleView.py: temporary fix for add person update


svn: r3190
This commit is contained in:
Don Allingham
2004-05-25 03:41:35 +00:00
parent 2439564ba2
commit bb26f82775
3 changed files with 6 additions and 1 deletions

View File

@ -198,6 +198,7 @@ class PeopleView:
def add_to_person_list(self,person,change=0):
path = self.person_model.add_person(person)
self.apply_filter_clicked()
def goto_active_person(self,first=0):
if not self.parent.active_person: