messagingappbase/mce/src/MceMessageListContainer.cpp
branchRCL_3
changeset 24 696bfeff199e
parent 12 caea42e26caa
equal deleted inserted replaced
22:1367103c24e2 24:696bfeff199e
   665             if ( aKeyEvent.iCode == EKeyLeftArrow || aKeyEvent.iCode == EKeyRightArrow )
   665             if ( aKeyEvent.iCode == EKeyLeftArrow || aKeyEvent.iCode == EKeyRightArrow )
   666                 {
   666                 {
   667                 return EKeyWasNotConsumed;
   667                 return EKeyWasNotConsumed;
   668                 }
   668                 }
   669 
   669 
   670             if ( aKeyEvent.iCode == EKeyBackspace )
   670             if ( iOwningView.MenuBar()->ItemSpecificCommandsEnabled() && aKeyEvent.iCode == EKeyBackspace )
   671                 {
   671                 {
   672                 MarkItemSelectionL();
   672                 MarkItemSelectionL();
   673                 SetAnchorItemIdL( 
   673                 SetAnchorItemIdL( 
   674                     CMceMessageListContainerBase::EMessageListOperationGeneral );
   674                     CMceMessageListContainerBase::EMessageListOperationGeneral );
   675                 const TInt itemCount = CurrentItemSelectionCount();
   675                 const TInt itemCount = CurrentItemSelectionCount();