From 66c2f07a284eb3ec77d74f80b16cacbb5e7be5b1 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Sat, 1 Nov 2008 15:10:22 +0000 Subject: [PATCH] Fix bug in emotion_test discovered by jcwong introduced in r36943. SVN revision: 37373 --- legacy/emotion/src/bin/emotion_test_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/emotion/src/bin/emotion_test_main.c b/legacy/emotion/src/bin/emotion_test_main.c index 1cd2048aa4..e3fb103da6 100644 --- a/legacy/emotion/src/bin/emotion_test_main.c +++ b/legacy/emotion/src/bin/emotion_test_main.c @@ -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; }