From: Jihoon Chung Date: Tue, 11 Jun 2013 07:20:46 +0000 (+0900) Subject: Revert "Replace download manager define" X-Git-Tag: accepted/tizen/20131002.083908~17^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=3cb3fce26ce1be81b92bd1845192ab1ef821bf21;p=platform%2Fframework%2Fweb%2Fwrt.git Revert "Replace download manager define" This reverts commit 286b71cd274ffa7b762c65a1d7e521a246ec0938. --- diff --git a/src/view/common/application_launcher.cpp b/src/view/common/application_launcher.cpp index a9d2018..8dbb473 100644 --- a/src/view/common/application_launcher.cpp +++ b/src/view/common/application_launcher.cpp @@ -95,7 +95,7 @@ void ApplicationLauncher::OnEventReceived( } // set service operation - ret = service_set_operation(serviceHandle, DOWNLOAD_SERVICE_OPERATION); + ret = service_set_operation(serviceHandle, SERVICE_OPERATION_DOWNLOAD); if (SERVICE_ERROR_NONE != ret) { LogError("Fail to set operation [" << ret << "]"); service_destroy(serviceHandle); @@ -134,7 +134,7 @@ void ApplicationLauncher::OnEventReceived( return; } - LogDebug("Success launch " << DOWNLOAD_SERVICE_OPERATION); + LogDebug("Success launch " << SERVICE_OPERATION_DOWNLOAD); service_destroy(serviceHandle); return; } else if (PKG_NAME_VIDEO_PLAYER == pkgName) {