fix build error
authorjungmin76.park <jungmin76.park@samsung.com>
Thu, 21 Mar 2013 16:09:09 +0000 (01:09 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Thu, 21 Mar 2013 16:09:09 +0000 (01:09 +0900)
Change-Id: Ifcadd7c5c0826b5e37edf3517517470e26d34ce8
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
src/FShell_AppWidgetManagerImpl.cpp

index 0c4b037..309211f 100644 (file)
@@ -166,7 +166,7 @@ _AppWidgetManagerImpl::IsAppWidgetProviderDefault(const Tizen::App::AppId& appId
 }
 
 // c - style callback for shortcut_set_request_cb
-int AppWidgetRequestHandlerCallback(const char* providerId, const char* text, int type, const char* content_info, const char* icon, int pid, double period, bool allowDuplication, void *data)
+int AppWidgetRequestHandlerCallback(const char* providerId, const char* text, int type, const char* content_info, const char* icon, int pid, double period, int allowDuplication, void *data)
 {
        SysLog(NID_APP, "Enter");
        SysTryReturn(NID_APP, providerId, 0, E_SYSTEM, "[E_SYSTEM] providerId is null!");