From bdb7f1a0e160745cfe982f4949ac67311bd1b2e5 Mon Sep 17 00:00:00 2001 From: "jungmin76.park" Date: Tue, 8 Jan 2013 09:32:33 +0900 Subject: [PATCH] fix not to re-request app launch for touch event when the app is already launched Change-Id: Ie596715f71f701af7dd7258d43d8fe980d30f3c1 Signed-off-by: jungmin76.park --- src/FShell_LiveboxManagerService.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4