Bug fixes

svn: r371
This commit is contained in:
Don Allingham
2001-09-01 03:57:55 +00:00
parent 20b0f7bc93
commit 6b99a80177
5 changed files with 15 additions and 13 deletions

View File

@ -1183,7 +1183,7 @@ def save_person(obj):
def on_savephoto_clicked(obj):
epo = obj.get_data(EDITPERSON)
image_select = epo.isel
filename = image_select.get_widget("photosel").get_full_path(0)
description = image_select.get_widget("photoDescription").get_text()