From e535744ff56036fbb8ac0ea661e08f48afee467f Mon Sep 17 00:00:00 2001 From: rahul varna Date: Mon, 29 Apr 2013 14:16:27 +0900 Subject: [PATCH] Disabling the start button in battery level low case:N_SE-36773 Signed-off-by: rahul varna --- project/src/Player/VideoRecorderPlayerForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/Player/VideoRecorderPlayerForm.cpp b/project/src/Player/VideoRecorderPlayerForm.cpp index 97ba591..4851db2 100644 --- a/project/src/Player/VideoRecorderPlayerForm.cpp +++ b/project/src/Player/VideoRecorderPlayerForm.cpp @@ -266,7 +266,7 @@ VideoRecorderPlayerForm::Activate(void* activateParam) msgBox.ShowAndWait(reslut_a); __pProgress->SetValue(0); __pProgress->Draw(); - EnableFooterItem(ID_BUTTON_START, true); + EnableFooterItem(ID_BUTTON_START, false); __batteryLevelFlag = true; FreeResources(); -- 2.7.4