camerauis/cameraapp/generic/GsCamcorderPlugin/src/GSCamdefaultnamesettingpage.cpp
branchRCL_3
changeset 12 8c55c525d5d7
parent 7 dbec5787fa68
child 20 38fb6f7eacd5
--- 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