From dc7c0b1ffe868609ab56b37fde0361bf4592db63 Mon Sep 17 00:00:00 2001 From: Junghyun Kim Date: Mon, 22 Oct 2012 19:29:28 +0900 Subject: [PATCH] Update for sync --- src/_genlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_genlist.c b/src/_genlist.c index ba13b20..13a61a2 100755 --- a/src/_genlist.c +++ b/src/_genlist.c @@ -519,7 +519,7 @@ void _set_itc(void) itc_dl.func.text_get = _gl_text_get_app; itc_dl.func.content_get = _gl_content_get_app; - itc_hl.item_style = "1text.2icon.1"; + itc_hl.item_style = "1text.2icon.4"; itc_hl.func.text_get = _gl_text_get_his; itc_hl.func.content_get = _gl_content_get_his; @@ -571,7 +571,7 @@ _D("func\n"); ELM_GENLIST_ITEM_NONE, NULL, NULL); retvm_if(git == NULL, -1, "Failed append item\n"); - elm_genlist_item_select_mode_set(git, EINA_TRUE); + elm_genlist_item_select_mode_set(git, ELM_OBJECT_SELECT_MODE_NONE); if (eina_list_count(ad->applist[i]) > 0) { -- 2.7.4