* src/revision.glade: removed unused call (on_help_dbopen_clicked)
* src/gramps_main.py: don't add places twice after an edit of a person * src/AddSpouse.py: don't add places twice after an edit of a person * src/ChooseParents.py: don't add places twice after an edit of a person * src/EditPerson.py: don't add places twice after an edit of a person * src/FamilyView.py: don't add places twice after an edit of a person svn: r2538
This commit is contained in:
@ -154,7 +154,7 @@ class AddSpouse:
|
||||
person.setGender(gen)
|
||||
EditPerson.EditPerson(person,self.db,self.update_list)
|
||||
|
||||
def update_list(self,epo,list):
|
||||
def update_list(self,epo):
|
||||
"""
|
||||
Updates the potential spouse list after a person has been added
|
||||
to database. Called by the QuickAdd class when the dialog has
|
||||
|
Reference in New Issue
Block a user