diff --git a/ChangeLog b/ChangeLog index 1057107d7..c0b0eac06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2008-01-22 Benny Malengier + * src/Editors/_EditPerson.py: callback for gallerytab no longer needed + 2008-01-21 Benny Malengier * src/plugins/Check.py: bug (buglist) wrong method call diff --git a/src/Editors/_EditPerson.py b/src/Editors/_EditPerson.py index 90b805c21..c165838f2 100644 --- a/src/Editors/_EditPerson.py +++ b/src/Editors/_EditPerson.py @@ -401,7 +401,6 @@ class EditPerson(EditPrimary): the updating image on the main form which has just been modified. """ self.load_photo(obj.get_path()) - self.gallery_tab.edit_callback(ref, obj) def _image_button_press(self, obj, event): """