2008-01-22 Benny Malengier <benny.malengier@gramps-project.org>

* src/Editors/_EditPerson.py: callback for gallerytab no longer needed



svn: r9907
This commit is contained in:
Benny Malengier 2008-01-22 07:45:49 +00:00
parent 098be7de14
commit 65dcc697ac
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2008-01-22 Benny Malengier <benny.malengier@gramps-project.org>
* src/Editors/_EditPerson.py: callback for gallerytab no longer needed
2008-01-21 Benny Malengier <benny.malengier@gramps-project.org>
* src/plugins/Check.py: bug (buglist) wrong method call

View File

@ -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):
"""