bug, save(self, obj) to save(self, *obj)
svn: r8904
This commit is contained in:
parent
7e63c15d06
commit
48823717ea
@ -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>
|
2007-08-31 Benny Malengier <benny.malengier@gramps-project.org>
|
||||||
* src/PlaceUtils.py: request #1199
|
* src/PlaceUtils.py: request #1199
|
||||||
|
|
||||||
|
@ -628,7 +628,7 @@ class EditPerson(EditPrimary):
|
|||||||
"the person's marriages.")
|
"the person's marriages.")
|
||||||
ErrorDialog(msg2, msg)
|
ErrorDialog(msg2, msg)
|
||||||
|
|
||||||
def save(self, obj):
|
def save(self, *obj):
|
||||||
"""
|
"""
|
||||||
Save the data.
|
Save the data.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user