equal
deleted
inserted
replaced
451 void CGlxCloudViewImp::ViewDynInitMenuPaneL(TInt aMenuId, CEikMenuPane* /*aMenuPane*/) |
451 void CGlxCloudViewImp::ViewDynInitMenuPaneL(TInt aMenuId, CEikMenuPane* /*aMenuPane*/) |
452 { |
452 { |
453 TRACER("GLX_CLOUD::CGlxCloudViewImp::ViewDynInitMenuPaneL"); |
453 TRACER("GLX_CLOUD::CGlxCloudViewImp::ViewDynInitMenuPaneL"); |
454 if( aMenuId == R_TAGSBROWSER_MENU) |
454 if( aMenuId == R_TAGSBROWSER_MENU) |
455 { |
455 { |
456 iCloudControl->ShowContextItemMenu(EFalse); |
456 iCloudControl->ShowContextItemMenuL(EFalse); |
457 } |
457 } |
458 } |
458 } |
459 |
459 |
460 // --------------------------------------------------------------------------- |
460 // --------------------------------------------------------------------------- |
461 // HandleMMCInsertionL |
461 // HandleMMCInsertionL |