projects
/
apps
/
core
/
preloaded
/
taskmanager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d21869
)
Fix N_SE-17797 : Running Apps are blinking.
author
hhh.kwon
<hhh.kwon@samsung.com>
Mon, 31 Dec 2012 09:50:29 +0000
(18:50 +0900)
committer
Gerrit Code Review
<gerrit2@kim11>
Wed, 2 Jan 2013 00:54:49 +0000
(09:54 +0900)
src/_genlist.c
patch
|
blob
|
history
diff --git
a/src/_genlist.c
b/src/_genlist.c
index b0c0403e6157e38d89733b60663ce1be56906ef4..0c65dca98a6ac047ce67f1a59eadab085ed10c73 100755
(executable)
--- 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;