fix for Ecore API changes on test_genlist
authorBruno Dilly <bdilly@profusion.mobi>
Fri, 25 Jun 2010 22:28:06 +0000 (22:28 +0000)
committerBruno Dilly <bdilly@profusion.mobi>
Fri, 25 Jun 2010 22:28:06 +0000 (22:28 +0000)
SVN revision: 49867

src/bin/test_genlist.c

index 18909ae..f342eb9 100644 (file)
@@ -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