fix emergency AppControl fix
authorYoung Ik Cho <youngik.cho@samsung.com>
Fri, 12 Apr 2013 04:48:56 +0000 (13:48 +0900)
committerYoung Ik Cho <youngik.cho@samsung.com>
Fri, 12 Apr 2013 04:48:56 +0000 (13:48 +0900)
Change-Id: I36ec59864c028063c3292523ac0b530bbfa46fad
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
src/app/FApp_AppControlRegistry.cpp

index 9ca8ef3..71f214f 100644 (file)
@@ -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());