videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappui.cpp
branchRCL_3
changeset 21 315810614048
parent 9 5294c000a26d
--- a/videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappui.cpp	Thu Jul 15 18:41:27 2010 +0300
+++ b/videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappui.cpp	Thu Aug 19 09:57:17 2010 +0300
@@ -15,7 +15,7 @@
 *
 */
 
-// Version : %version: e92_38 %
+// Version : %version: da1mmcf#e92_38.1.1 %
 
 
 #include <hlplch.h>                     // Help launcher
@@ -70,6 +70,12 @@
         //  Set the orientation to landscape for Embedded instances
         //
         SetOrientationL( CAknAppUiBase::EAppUiOrientationLandscape );
+
+        //
+        //  Hide status pane for embedded use cases
+        //
+        MPX_DEBUG(_L("CMpxVideoPlayerAppUi::ConstructL() Hide Status Pane"));
+        StatusPane()->MakeVisible( EFalse );
     }
 
     iAppUiEngine = CMpxVideoPlayerAppUiEngine::NewL( this );