elm test_genlist.c: Fix wrong callback name.

SVN revision: 74370
This commit is contained in:
Daniel Juyung Seo 2012-07-25 05:03:53 +00:00
parent 46eb6df9ef
commit 3c241774c0
1 changed files with 1 additions and 1 deletions

View File

@ -2784,7 +2784,7 @@ test_genlist17(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i
itc17 = elm_genlist_item_class_new();
itc17->item_style = "default";
itc17->decorate_item_style = "mode";
itc17->func.text_get = gl10_text_get;
itc17->func.text_get = gl15_text_get;
itc17->func.content_get = gl15_content_get;
itc17->func.state_get = gl_state_get;
itc17->func.del = NULL;