From e8ec76fba2e109acd45a3c07e5f4cdd5bc2b05c9 Mon Sep 17 00:00:00 2001 From: "hhh.kwon" Date: Mon, 31 Dec 2012 18:50:29 +0900 Subject: [PATCH] Fix N_SE-17797 : Running Apps are blinking. --- src/_genlist.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/_genlist.c b/src/_genlist.c index b0c0403..0c65dca 100755 --- a/src/_genlist.c +++ b/src/_genlist.c @@ -639,8 +639,7 @@ _D("func\n"); _D("%d\n", eina_list_count(ad->applist[TS_INUSE])); EINA_LIST_FOREACH_SAFE(ad->applist[TS_INUSE], l, l_next, info) { - elm_genlist_item_update(info->it); - + elm_genlist_item_fields_update(info->it, "elm.text*", ELM_GENLIST_ITEM_FIELD_TEXT); } pthread_mutex_unlock(&mutex_for_graph_update); return ECORE_CALLBACK_RENEW; -- 2.7.4