* 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:
Don Allingham
2003-12-17 18:38:02 +00:00
parent 67736d2f3d
commit 18b411eed3
6 changed files with 8 additions and 15 deletions

View File

@ -424,7 +424,7 @@ class ChooseParents:
self.change_family_type(self.family,mother_rel,father_rel)
self.family_update(None)
def add_new_parent(self,epo,plist):
def add_new_parent(self,epo):
"""Adds a new person to either the father list or the mother list,
depending on the gender of the person."""