* 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:
@ -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
|
||||
|
Reference in New Issue
Block a user