diff --git a/ChangeLog b/ChangeLog index 4b3932fb7..e7605a22b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-08-31 Benny Malengier + * src/Editors/_EditPerson.py: bug, save(self, obj) to save(self, *obj) + 2007-08-31 Benny Malengier * src/PlaceUtils.py: request #1199 diff --git a/src/Editors/_EditPerson.py b/src/Editors/_EditPerson.py index 0aab77753..1689fd7b5 100644 --- a/src/Editors/_EditPerson.py +++ b/src/Editors/_EditPerson.py @@ -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. """