Merge branch 'master' into tizen_2.1
authorhhh.kwon <hhh.kwon@samsung.com>
Fri, 5 Apr 2013 00:24:11 +0000 (09:24 +0900)
committerhhh.kwon <hhh.kwon@samsung.com>
Fri, 5 Apr 2013 00:24:19 +0000 (09:24 +0900)
1  2 
src/_eina.c

diff --cc 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;
                }
  
                                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)) {