From 665933b57b16d2797f531bd18356e99e7a056322 Mon Sep 17 00:00:00 2001 From: Jaesung Ku Date: Sat, 5 Jan 2013 14:54:20 +0900 Subject: [PATCH] Update Livebox Change-Id: I8525c996a77d60c6c2e62094bec61bf3f24d6e16 Signed-off-by: Jaesung Ku --- src/FShell_Livebox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FShell_Livebox.cpp b/src/FShell_Livebox.cpp index 0cd59e7..181ec3d 100644 --- a/src/FShell_Livebox.cpp +++ b/src/FShell_Livebox.cpp @@ -281,7 +281,7 @@ _Livebox::OnTimerExpired(Tizen::Base::Runtime::Timer& timer) #if TEST_MODE_ENABLE AppManager::GetInstance()->TerminateApplication(L"EOE7JEjMWn.SampleLiveboxApp");//todo remove this #else - AppManager::GetInstance()->TerminateApplication(__providerId); + AppManager::GetInstance()->TerminateApplication(__appId); #endif } else if( &timer == &__UpdateTimer) -- 2.34.1