fix not to re-request app launch for touch event when the app is already launched
authorjungmin76.park <jungmin76.park@samsung.com>
Tue, 8 Jan 2013 00:32:33 +0000 (09:32 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Tue, 8 Jan 2013 00:32:33 +0000 (09:32 +0900)
Change-Id: Ie596715f71f701af7dd7258d43d8fe980d30f3c1
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
src/FShell_LiveboxManagerService.cpp

index fc3b745..cdd6e43 100644 (file)
@@ -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);