Fix N_SE-17797 : Running Apps are blinking.
authorhhh.kwon <hhh.kwon@samsung.com>
Mon, 31 Dec 2012 09:50:29 +0000 (18:50 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 2 Jan 2013 00:54:49 +0000 (09:54 +0900)
src/_genlist.c

index b0c0403e6157e38d89733b60663ce1be56906ef4..0c65dca98a6ac047ce67f1a59eadab085ed10c73 100755 (executable)
@@ -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;