diff -r 792dfc98fb3b -r 8c55c525d5d7 camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamdefaultnamesettingpage.cpp --- a/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamdefaultnamesettingpage.cpp Fri Mar 12 15:41:04 2010 +0200 +++ b/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamdefaultnamesettingpage.cpp Mon Mar 15 12:39:00 2010 +0200 @@ -87,7 +87,15 @@ // Show the editor dialog TBool editorRet = EFalse; // Trap this to make sure the orientation is reverted back to normal + if ( Cba() ) + { + Cba()->MakeVisible( EFalse ); + } TRAPD( leaveErr, editorRet = ShowEditorDialogL() ) + if ( Cba() ) + { + Cba()->MakeVisible( ETrue ); + } if ( !editorRet ) { // redraw listbox to update radio button when cancel is pressed