Fix bug in emotion_test discovered by jcwong introduced in r36943.
authorcedric <cedric>
Sat, 1 Nov 2008 15:10:22 +0000 (15:10 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 1 Nov 2008 15:10:22 +0000 (15:10 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@37373 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/emotion_test_main.c

index 1cd2048..e3fb103 100644 (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;
 }