From: jungmin76.park Date: Thu, 21 Mar 2013 12:39:25 +0000 (+0900) Subject: apply changed CAPI X-Git-Tag: accepted/tizen_2.1/20130425.034720~82^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79477d15c374fa2955b961dfaf6c647a41055873;p=platform%2Fframework%2Fnative%2Fshell.git apply changed CAPI Change-Id: Ic15d0cd491f4dab708bbd7afacd3684fab1d87bb Signed-off-by: jungmin76.park --- diff --git a/src/core/FShellShortcutManager.cpp b/src/core/FShellShortcutManager.cpp index 32d7788..3fc18e0 100644 --- a/src/core/FShellShortcutManager.cpp +++ b/src/core/FShellShortcutManager.cpp @@ -87,7 +87,8 @@ ShortcutManager::AddShortcut(const AppId& appId, const String& displayName, cons std::unique_ptr pUriData(_StringConverter::CopyToCharArrayN(uriData)); int type = (uriData.IsEmpty())? LAUNCH_BY_PACKAGE : LAUNCH_BY_URI; - int ret = add_to_home_shortcut(pAppId.get(), pName.get(), type, pUriData.get(), pIcon.get(), NULL, this); + //int ret = add_to_home_shortcut(pAppId.get(), pName.get(), type, pUriData.get(), pIcon.get(), NULL, this); + int ret = add_to_home_shortcut(pAppId.get(), pName.get(), type, pUriData.get(), pIcon.get(), allowDuplication, NULL, this); SysTryReturnResult(NID_APP, ret == 0, E_SYSTEM, "Failed to add_to_home_shortcut"); return E_SUCCESS;