* src/EditPerson.py: make a distiction between adding a person

and editing a person.
* src/PeopleView.py: drop unused goto_active_person parameter
* srcgramps_main.py: drop unused goto_active_person parameter


svn: r3517
This commit is contained in:
Don Allingham
2004-08-28 19:49:34 +00:00
parent dda871049e
commit e27c787955
4 changed files with 14 additions and 5 deletions

View File

@ -185,7 +185,7 @@ class PeopleView:
def add_to_person_list(self,person,change=0):
self.apply_filter_clicked()
def goto_active_person(self,first=0):
def goto_active_person(self):
if not self.parent.active_person:
return
p = self.parent.active_person