Update Livebox
authorJaesung Ku <jaesung.ku@samsung.com>
Sat, 5 Jan 2013 05:54:20 +0000 (14:54 +0900)
committerJaesung Ku <jaesung.ku@samsung.com>
Sat, 5 Jan 2013 05:54:20 +0000 (14:54 +0900)
Change-Id: I8525c996a77d60c6c2e62094bec61bf3f24d6e16
Signed-off-by: Jaesung Ku <jaesung.ku@samsung.com>
src/FShell_Livebox.cpp

index 0cd59e7..181ec3d 100644 (file)
@@ -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)