From 5decfb9f18d56a261090bed7066058fbdced8296 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Fri, 1 Feb 2013 00:39:44 +0000 Subject: [PATCH] elm: test_genlist.c: text_get is not needed by 'full' style. 'full' style has only elm.swallow.content part. SVN revision: 83535 --- legacy/elementary/src/bin/test_genlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/elementary/src/bin/test_genlist.c b/legacy/elementary/src/bin/test_genlist.c index 561d338..da73399 100644 --- a/legacy/elementary/src/bin/test_genlist.c +++ b/legacy/elementary/src/bin/test_genlist.c @@ -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; -- 2.7.4