bug, save(self, obj) to save(self, *obj)

svn: r8904
This commit is contained in:
Benny Malengier 2007-08-31 10:18:42 +00:00
parent 7e63c15d06
commit 48823717ea
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2007-08-31 Benny Malengier <benny.malengier@gramps-project.org>
* src/Editors/_EditPerson.py: bug, save(self, obj) to save(self, *obj)
2007-08-31 Benny Malengier <benny.malengier@gramps-project.org>
* src/PlaceUtils.py: request #1199

View File

@ -628,7 +628,7 @@ class EditPerson(EditPrimary):
"the person's marriages.")
ErrorDialog(msg2, msg)
def save(self, obj):
def save(self, *obj):
"""
Save the data.
"""