equal
deleted
inserted
replaced
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; |