Disabling the start button in battery level low case:N_SE-36773
authorrahul varna <rahul.varna@samsung.com>
Mon, 29 Apr 2013 05:16:27 +0000 (14:16 +0900)
committerrahul varna <rahul.varna@samsung.com>
Mon, 29 Apr 2013 05:16:27 +0000 (14:16 +0900)
Signed-off-by: rahul varna <rahul.varna@samsung.com>
project/src/Player/VideoRecorderPlayerForm.cpp

index 97ba591..4851db2 100644 (file)
@@ -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();