Fix bug in emotion_test discovered by jcwong introduced in r36943.

SVN revision: 37373
This commit is contained in:
Cedric BAIL 2008-11-01 15:10:22 +00:00
parent ef48d58df5
commit 66c2f07a28
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ check_positions(void *data)
Evas_Object *o;
EINA_LIST_FOREACH(video_objs, lst, o)
video_obj_time_changed(data, evas_object_smart_parent_get(o));
video_obj_time_changed(o, evas_object_smart_parent_get(o));
return !!video_objs;
}