From d7f29ebf7cd62b8d90c40be5e4af35001c37da08 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Fri, 25 Jun 2010 22:28:06 +0000 Subject: [PATCH] fix for Ecore API changes on test_genlist SVN revision: 49867 --- legacy/elementary/src/bin/test_genlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/bin/test_genlist.c b/legacy/elementary/src/bin/test_genlist.c index 18909aeb65..f342eb9b7b 100644 --- a/legacy/elementary/src/bin/test_genlist.c +++ b/legacy/elementary/src/bin/test_genlist.c @@ -321,11 +321,11 @@ my_gl_last(void *data, Evas_Object *obj, void *event_info) elm_genlist_item_selected_set(gli, 1); } -static int +static Eina_Bool my_gl_flush_delay(void *data) { elm_all_flush(); - return 0; + return ECORE_CALLBACK_CANCEL; } static void