apply changed CAPI
authorjungmin76.park <jungmin76.park@samsung.com>
Thu, 21 Mar 2013 12:39:25 +0000 (21:39 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Thu, 21 Mar 2013 12:41:21 +0000 (21:41 +0900)
Change-Id: Ic15d0cd491f4dab708bbd7afacd3684fab1d87bb
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
src/core/FShellShortcutManager.cpp

index 32d7788..3fc18e0 100644 (file)
@@ -87,7 +87,8 @@ ShortcutManager::AddShortcut(const AppId& appId, const String& displayName, cons
        std::unique_ptr<char[]> 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;