From deda5d97ea28e7bfee75f412241f1866f6fcc8d4 Mon Sep 17 00:00:00 2001 From: Young Ik Cho Date: Fri, 12 Apr 2013 13:48:56 +0900 Subject: [PATCH] fix emergency AppControl fix Change-Id: I36ec59864c028063c3292523ac0b530bbfa46fad Signed-off-by: Young Ik Cho --- src/app/FApp_AppControlRegistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/FApp_AppControlRegistry.cpp b/src/app/FApp_AppControlRegistry.cpp index 9ca8ef3..71f214f 100644 --- a/src/app/FApp_AppControlRegistry.cpp +++ b/src/app/FApp_AppControlRegistry.cpp @@ -723,7 +723,7 @@ _AppControlRegistry::GetAppControlN(const String& appId, const String& operation { const String& tmp = GetAliasAppId(appId); - if (tmp.IsEmpty()) + if (!tmp.IsEmpty()) { actualAppId = tmp; SysLog(NID_APP, "Found alias appId (%ls -> %ls).", appId.GetPointer(), tmp.GetPointer()); -- 2.7.4