camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamdefaultnamesettingpage.cpp
branchRCL_3
changeset 13 38fb6f7eacd5
parent 10 8c55c525d5d7
equal deleted inserted replaced
12:51dda465e618 13:38fb6f7eacd5
    85             static_cast<CAknAppUiBase*>( CCoeEnv::Static()->AppUi() );
    85             static_cast<CAknAppUiBase*>( CCoeEnv::Static()->AppUi() );
    86 
    86 
    87             // Show the editor dialog                
    87             // Show the editor dialog                
    88             TBool editorRet = EFalse;  
    88             TBool editorRet = EFalse;  
    89             // Trap this to make sure the orientation is reverted back to normal   
    89             // Trap this to make sure the orientation is reverted back to normal   
    90             if ( Cba() )
    90             if ( Cba() && !iCamera )
    91               {
    91               {
    92               Cba()->MakeVisible( EFalse );
    92               Cba()->MakeVisible( EFalse );
    93               }
    93               }
    94             TRAPD( leaveErr, editorRet = ShowEditorDialogL() )
    94             TRAPD( leaveErr, editorRet = ShowEditorDialogL() )
    95             if ( Cba() )
    95             if ( Cba() && !iCamera )
    96               {              
    96               {              
    97               Cba()->MakeVisible( ETrue );                          
    97               Cba()->MakeVisible( ETrue );                          
    98               }
    98               }
    99             if ( !editorRet )
    99             if ( !editorRet )
   100                 {
   100                 {