diff -r bab96b7ed1a4 -r f39ed5e045e0 phoneapp/phoneuicontrol/src/cphonestatestartup.cpp --- a/phoneapp/phoneuicontrol/src/cphonestatestartup.cpp Tue Jun 15 14:14:38 2010 +0100 +++ b/phoneapp/phoneuicontrol/src/cphonestatestartup.cpp Thu Jul 22 16:33:21 2010 +0100 @@ -72,20 +72,20 @@ // CAPTURE KEY EVENTS PERMANENTLY // Capture the up and down events for the No key - TPhoneCmdParamKeyCapture noKeyCaptureParam; + /*TPhoneCmdParamKeyCapture noKeyCaptureParam; noKeyCaptureParam.SetKey( EStdKeyNo ); noKeyCaptureParam.SetKeyCode( EKeyNo ); noKeyCaptureParam.SetCaptureType( EPhoneKeyAllEvents ); iViewCommandHandle->ExecuteCommandL( EPhoneViewStartCapturingKey, - &noKeyCaptureParam ); + &noKeyCaptureParam );*/ // Capture the up and down events for the EStdKeyEnd key - TPhoneCmdParamKeyCapture endKeyCaptureParam; + /*TPhoneCmdParamKeyCapture endKeyCaptureParam; endKeyCaptureParam.SetKey( EStdKeyEnd ); endKeyCaptureParam.SetKeyCode( EKeyEnd ); endKeyCaptureParam.SetCaptureType( EPhoneKeyAllEvents ); iViewCommandHandle->ExecuteCommandL( EPhoneViewStartCapturingKey, - &endKeyCaptureParam ); + &endKeyCaptureParam );*/ } // ----------------------------------------------------------- @@ -182,7 +182,7 @@ // if the phone engine is not ready. if ( iPhoneReady && !iPEReady ) { - SendGlobalErrorNoteL( EPhoneNoteTextPEFailedAtStartup ); + SendGlobalErrorNoteL( EPhoneNoteTextPEFailedAtStartup, ETrue ); } }