billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=41ed6abf76836847f581fbfadb92a6f05fbc754c
commit 41ed6abf76836847f581fbfadb92a6f05fbc754c Author: Boris Faure <[email protected]> Date: Sun Sep 28 17:32:22 2014 +0200 genlist group items are… groups --- src/bin/options_keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/options_keys.c b/src/bin/options_keys.c index c0f68e0..92af0f5 100644 --- a/src/bin/options_keys.c +++ b/src/bin/options_keys.c @@ -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 */); } --
