projects
/
profile
/
mobile
/
apps
/
native
/
taskmanager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
7763098
5f58af5
)
Merge branch 'master' into tizen_2.1
author
hhh.kwon
<hhh.kwon@samsung.com>
Fri, 5 Apr 2013 00:24:11 +0000
(09:24 +0900)
committer
hhh.kwon
<hhh.kwon@samsung.com>
Fri, 5 Apr 2013 00:24:19 +0000
(09:24 +0900)
1
2
src/_eina.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
src/_eina.c
index
f8f3e24
,
f8f3e24
..
08e1083
---
1
/
src/_eina.c
---
2
/
src/_eina.c
+++ b/
src/_eina.c
@@@
-172,6
-172,6
+172,7
@@@
int taskmanager_get_history_app_info(vo
ret = ail_appinfo_get_bool(handle, AIL_PROP_X_SLP_TASKMANAGE_BOOL, &valb);
if(valb == 0) {
++ _D("ail_appinfo_get_bool(handle, AIL_PROP_X_SLP_TASKMANAGE_BOOL, &valb) => valb is 0");
goto cont;
}
@@@
-197,6
-197,6
+198,7
@@@
valc = "Unknown";
}
info->app_name = strdup(valc);
++ _D("%s\n", info->app_name);
ret = ail_appinfo_get_str(handle, AIL_PROP_ICON_STR, &valc);
if (valc == NULL || (ecore_file_exists(valc) == EINA_FALSE)) {