logsui/AppSrc/CLogsBaseView.cpp
branchRCL_3
changeset 17 2666d9724c76
parent 15 34879f5cfc63
child 18 d4f567ce2e7c
equal deleted inserted replaced
15:34879f5cfc63 17:2666d9724c76
  1350                 
  1350                 
  1351             case EEventEnterKeyPressed:
  1351             case EEventEnterKeyPressed:
  1352                 {
  1352                 {
  1353                 TInt commandId( Cba()->ButtonGroup()->CommandId(
  1353                 TInt commandId( Cba()->ButtonGroup()->CommandId(
  1354                         CEikButtonGroupContainer::EMiddleSoftkeyPosition ) );
  1354                         CEikButtonGroupContainer::EMiddleSoftkeyPosition ) );
       
  1355                 ConstructDelayedL( EFalse );               
  1355                 ProcessCommandL( commandId );
  1356                 ProcessCommandL( commandId );
  1356                 break;
  1357                 break;
  1357                 }
  1358                 }
  1358             default:
  1359             default:
  1359                break;
  1360                break;