fix typo
authorYoung Ik Cho <youngik.cho@samsung.com>
Tue, 23 Apr 2013 04:08:19 +0000 (13:08 +0900)
committerYoung Ik Cho <youngik.cho@samsung.com>
Tue, 23 Apr 2013 04:08:19 +0000 (13:08 +0900)
Change-Id: I9762041ac77878aab95bdfa9f09307a57fe0a4be
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
src/call-app-control/PhoneAppControlDllEntry.cpp

index fb6caf9..70d53f8 100644 (file)
@@ -81,7 +81,7 @@ StartAppControl(int req, const String& aId, const String& operationId, const Str
        }
 
        bool noResult = (operationId == L"http://tizen.org/appcontrol/operation/call"
-                       || operationId == L"http://tizen.org/appcontrol/operation/call");
+                       || operationId == L"http://tizen.org/appcontrol/operation/dial");
 
        const String& package = _AppControlManager::GetAliasAppId(aId);
        SysLog(NID_APP, "Actual packageId is %ls.", package.GetPointer());