Fixed image display, so images are not shown in the gallery

svn: r49
This commit is contained in:
Don Allingham 2001-05-23 17:09:23 +00:00
parent 67c7b765e0
commit f09fd3fd54

View File

@ -823,7 +823,7 @@ def on_event_select_row(obj,row,b,c):
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
def on_switch_page(obj,a,page): def on_switch_page(obj,a,page):
if page == 4: if page == 6:
obj.get_data(EDITPERSON).load_images() obj.get_data(EDITPERSON).load_images()
#------------------------------------------------------------------------- #-------------------------------------------------------------------------