elm: test_genlist.c: text_get is not needed by 'full' style. 'full' style has only elm.swallow.content part.

SVN revision: 83535
This commit is contained in:
Daniel Juyung Seo 2013-02-01 00:39:44 +00:00
parent 61bfce147e
commit 5decfb9f18
1 changed files with 1 additions and 1 deletions

View File

@ -3152,7 +3152,7 @@ test_genlist19(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i
itc1 = elm_genlist_item_class_new();
itc1->item_style = "full";
itc1->func.text_get = gl_text_get;
itc1->func.text_get = NULL;
itc1->func.content_get = gl_content_full_get;
itc1->func.state_get = gl_state_get;
itc1->func.del = NULL;