fix for Ecore API changes on test_genlist

SVN revision: 49867
This commit is contained in:
Bruno Dilly 2010-06-25 22:28:06 +00:00
parent c1d92416d8
commit d7f29ebf7c
1 changed files with 2 additions and 2 deletions

View 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