From d629f3d513be75ba01b9e74eaf4dc82474fbbc69 Mon Sep 17 00:00:00 2001 From: Junghyun Kim Date: Tue, 11 Sep 2012 15:35:02 +0900 Subject: [PATCH] N_SE-9882 : can't launch task-manager when press long key - remove while code Change-Id: Ieb1f6b21669ded82b6cc3067d57e8b153e2ed5fd --- src/_genlist.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/_genlist.c b/src/_genlist.c index 5ef31ad..480db80 100755 --- a/src/_genlist.c +++ b/src/_genlist.c @@ -682,8 +682,11 @@ _D("func\n"); _init_grp_cnt(); - while (ret != AUL_R_OK) - ret = aul_app_get_running_app_info(runapp_info_get, ad); + ret = aul_app_get_running_app_info(runapp_info_get, ad); + + if (ret != AUL_R_OK) { + _D("Fail to get running app information from ail"); + } taskmanager_get_history_app_info(ad); _set_genlist_from_eina(ad); -- 2.7.4