Fixed the selectedIcon problem.

svn: r178
This commit is contained in:
Don Allingham 2001-06-22 12:41:27 +00:00
parent 57b93d9ead
commit 87f371a38d

View File

@ -914,6 +914,7 @@ def on_primary_photo_clicked(obj):
return
photolist = edit_person_obj.person.getPhotoList()
selectedIcon = edit_person_obj.selectedIcon
savePhoto = photolist[selectedIcon]
for i in range(0,selectedIcon):
photolist[selectedIcon-i] = photolist[selectedIcon-i-1]