From 4cf83bfb1d0c51435bea7aa6f8acb5294d941263 Mon Sep 17 00:00:00 2001 From: Seongjun Yim Date: Wed, 24 Jul 2013 10:03:52 +0900 Subject: [PATCH] fix launching appcontrol logic Change-Id: I0e81cfe5496d3fcd92fc39a513ea6ac838ac34d8 Signed-off-by: Seongjun Yim --- src/controls/FWebCtrl_WebImpl.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/controls/FWebCtrl_WebImpl.cpp b/src/controls/FWebCtrl_WebImpl.cpp index c308c2a..3fbe037 100755 --- a/src/controls/FWebCtrl_WebImpl.cpp +++ b/src/controls/FWebCtrl_WebImpl.cpp @@ -969,8 +969,7 @@ OnLoadingRequested(void* pUserData, Evas_Object* pView, void* pEventInfo) else { String operationId(L"http://tizen.org/appcontrol/operation/view"); - String mime(ewk_policy_decision_response_mime_get(pPolicy)); - r = _AppControlImpl::FindAndStart(operationId, &url, &mime, null, null, null); + r = _AppControlImpl::FindAndStart(operationId, &url, null, null, null, null); } SysTryReturnVoidResult(NID_WEB_CTRL, r == E_SUCCESS, r, "[%s] Propagating.", GetErrorMessage(r)); -- 2.7.4