diff -r 51dda465e618 -r 38fb6f7eacd5 camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamdefaultnamesettingpage.cpp --- a/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamdefaultnamesettingpage.cpp Wed Apr 14 15:41:04 2010 +0300 +++ b/camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamdefaultnamesettingpage.cpp Tue Apr 27 16:19:06 2010 +0300 @@ -87,12 +87,12 @@ // Show the editor dialog TBool editorRet = EFalse; // Trap this to make sure the orientation is reverted back to normal - if ( Cba() ) + if ( Cba() && !iCamera ) { Cba()->MakeVisible( EFalse ); } TRAPD( leaveErr, editorRet = ShowEditorDialogL() ) - if ( Cba() ) + if ( Cba() && !iCamera ) { Cba()->MakeVisible( ETrue ); }