diff -r 544e34b3255a -r 91c2fb4b78df phoneapp/phoneui/src/cphoneappui.cpp --- a/phoneapp/phoneui/src/cphoneappui.cpp Wed Apr 14 15:56:42 2010 +0300 +++ b/phoneapp/phoneui/src/cphoneappui.cpp Tue Apr 27 16:37:10 2010 +0300 @@ -589,14 +589,14 @@ if ( keyEvent->iScanCode == EStdKeyNo ) { - NoKeySpecialHandlingL( *keyEvent, EEventKey ); + NoKeySpecialHandlingL( *keyEvent, EEventKey ); } //will be called if exit number is typed (*#1234#) if ( keyEvent->iCode == EEikCmdExit ) { Exit(); - return; + return; } } break; @@ -607,8 +607,8 @@ if ( keyEvent->iScanCode == EStdKeyNo ) { - NoKeySpecialHandlingL( *keyEvent, EEventKeyUp ); - } + NoKeySpecialHandlingL( *keyEvent, EEventKeyUp ); + } } break; @@ -618,8 +618,8 @@ if ( keyEvent->iScanCode == EStdKeyNo ) { - NoKeySpecialHandlingL( *keyEvent, EEventKeyDown ); - } + NoKeySpecialHandlingL( *keyEvent, EEventKeyDown ); + } } break; @@ -681,7 +681,7 @@ if( !iPhoneUIController->ProcessCommandL( aCommand ) ) { - // State didn't handle the command so pass it up + // State didn't handle the command so pass it up CAknAppUi::ProcessCommandL( aCommand ); } @@ -873,7 +873,7 @@ const TKeyEvent& aKeyEvent, TEventCode /*aType*/) { - aCode = aKeyEvent.iCode; + aCode = aKeyEvent.iCode; return KErrNone; }