photosgallery/viewframework/views/cloudview/src/glxcloudviewimp.cpp
branchRCL_3
changeset 64 34937ec34dac
parent 60 5b3385a43d68
child 75 01504893d9cb
equal deleted inserted replaced
60:5b3385a43d68 64:34937ec34dac
   454 // ---------------------------------------------------------------------------
   454 // ---------------------------------------------------------------------------
   455 //
   455 //
   456 void CGlxCloudViewImp::HandleGridMenuListL(TInt aCommand)
   456 void CGlxCloudViewImp::HandleGridMenuListL(TInt aCommand)
   457     {
   457     {
   458     TRACER("GLX_CLOUD::CGlxCloudViewImp::HandleGridMenuListL");
   458     TRACER("GLX_CLOUD::CGlxCloudViewImp::HandleGridMenuListL");
   459     ProcessCommandL(aCommand);
   459     iCloudControl->ShowContextItemMenuL(EFalse);
       
   460     if (aCommand)
       
   461         {
       
   462         ProcessCommandL(aCommand);
       
   463         }
   460     }
   464     }
   461 
   465 
   462 // ----------------------------------------------------------------------------
   466 // ----------------------------------------------------------------------------
   463 // ViewDynInitMenuPaneL
   467 // ViewDynInitMenuPaneL
   464 // ----------------------------------------------------------------------------
   468 // ----------------------------------------------------------------------------