genlist group items are… groups

This commit is contained in:
Boris Faure 2014-09-28 17:32:22 +02:00
parent 978f83dc03
commit 41ed6abf76
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ options_keys(Evas_Object *opbox, Evas_Object *term)
git = gli = elm_genlist_item_append(gl, itc_group,
(void *)action/* item data */,
NULL/* parent */,
ELM_GENLIST_ITEM_NONE,
ELM_GENLIST_ITEM_GROUP,
NULL/* func */,
NULL/* func data */);
}