* 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:
@@ -1529,7 +1529,7 @@ class EditPerson:
|
||||
|
||||
self.update_lists()
|
||||
if self.callback:
|
||||
self.callback(self,self.add_places)
|
||||
self.callback(self)
|
||||
|
||||
self.gallery.close()
|
||||
self.window.destroy()
|
||||
|
||||
Reference in New Issue
Block a user