From: jungmin76.park Date: Tue, 8 Jan 2013 00:32:33 +0000 (+0900) Subject: fix not to re-request app launch for touch event when the app is already launched X-Git-Tag: 2.1b_release~11^2~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bdb7f1a0e160745cfe982f4949ac67311bd1b2e5;p=platform%2Fframework%2Fnative%2Fappwidget-service.git fix not to re-request app launch for touch event when the app is already launched Change-Id: Ie596715f71f701af7dd7258d43d8fe980d30f3c1 Signed-off-by: jungmin76.park --- diff --git a/src/FShell_LiveboxManagerService.cpp b/src/FShell_LiveboxManagerService.cpp index fc3b745..cdd6e43 100644 --- a/src/FShell_LiveboxManagerService.cpp +++ b/src/FShell_LiveboxManagerService.cpp @@ -164,7 +164,7 @@ LiveboxManagerService::SetClientIds(const Tizen::App::AppId& appId, int clientId String sampleAppId = L"EOE7JEjMWn.SampleLiveboxApp"; if( sampleAppId == appId) //TODO: specify appid for temporary test #else - if ( pLivebox->__providerId == appId ) + if ( pLivebox->__appId == appId ) #endif { pLivebox->SetClientId(clientId);