diff -r 2d690156cf8f -r 315810614048 videoplayerapp/mpxvideoplayer/src/mpxvideoplayerappui.cpp --- 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 // 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 );