From 87b4da98588b4848bc8e632b9069577aaf0ff5c5 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Fri, 22 Jun 2001 23:44:57 +0000 Subject: [PATCH] Fixed call to mk_thumb svn: r179 --- src/EditPerson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EditPerson.py b/src/EditPerson.py index 16ddad4a3..706676551 100644 --- a/src/EditPerson.py +++ b/src/EditPerson.py @@ -924,7 +924,7 @@ def on_primary_photo_clicked(obj): thumb = edit_person_obj.db.getSavePath() + os.sep + ".thumb" + os.sep + \ "i%d" % edit_person_obj.person.getId() - mk_thumb(savePhoto,thumb,const.picWidth) + RelImage.mk_thumb(savePhoto,thumb,const.picWidth) edit_person_obj.load_photo(thumb) utils.modified()