From: sung-su.kim Date: Thu, 11 Jul 2013 13:19:28 +0000 (+0900) Subject: fixed build break X-Git-Tag: submit/tizen_2.2/20130716.180435~1^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad3a5fad9036d4311f3460707b5af3b07f829cb0;p=framework%2Fweb%2Fwrt-installer.git fixed build break [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] fixed build break [SCMRequest] N/A Change-Id: Ifa33678d87923368903a500a5d74745382c0fa23 --- diff --git a/src/jobs/widget_install/task_manifest_file.cpp b/src/jobs/widget_install/task_manifest_file.cpp index ff3e8ac..b4eb7db 100755 --- a/src/jobs/widget_install/task_manifest_file.cpp +++ b/src/jobs/widget_install/task_manifest_file.cpp @@ -330,7 +330,7 @@ void TaskManifestFile::stepCopyLiveboxFiles() targetFile << (**boxIt).m_liveboxId << "."; targetFile << DPL::ToUTF8String((*sizeIt).m_size) << "." << DEFAULT_PREVIEW_NAME; - DynamicBoxFileCopy(sourceFile.str(), targetFile.str(), preview); + DynamicBoxFileCopy(sourceFile.str(), targetFile.str()); // clear stream objects sourceFile.str(""); @@ -346,7 +346,7 @@ void TaskManifestFile::stepCopyLiveboxFiles() targetFile << m_context.locations->getSharedDataDir() << "/"; targetFile << (**boxIt).m_liveboxId << "." << DEFAULT_ICON_NAME; - DynamicBoxFileCopy(sourceFile.str(), targetFile.str(), icon); + DynamicBoxFileCopy(sourceFile.str(), targetFile.str()); // clear stream objects sourceFile.str("");