Update change log and spec for wrt-plugins-tizen_0.4.27
[framework/web/wrt-plugins-tizen.git] / src / DataSync / DataSyncListenerManager.h
old mode 100644 (file)
new mode 100755 (executable)
index e760b4d..a3f8cfb
@@ -72,7 +72,7 @@ class DataSyncListenerCanceller : public DeviceAPI::Common::IListenerItem
                        IEventStopSyncPtr dplEvent(new IEventStopSync());
                        std::stringstream ss;
                        ss<<m_watchId;
-                       dplEvent->setProfileId(std::string("Sync" + ss.str()));
+                       dplEvent->setProfileId(std::string(ss.str()));
                        dplEvent->setForSynchronousCall();
                        datasyncManager->stopSync(dplEvent);
                } Catch(WrtDeviceApis::Commons::Exception) {