diff -r 1eef62f5c541 -r 2a5d4ab426d3 phoneapp/phoneuistates/src/cphoneidle.cpp --- a/phoneapp/phoneuistates/src/cphoneidle.cpp Mon Aug 23 15:42:12 2010 +0300 +++ b/phoneapp/phoneuistates/src/cphoneidle.cpp Fri Sep 03 13:33:36 2010 +0300 @@ -105,13 +105,7 @@ HandleAudioOutputChangedL(); break; - case MEngineMonitor::EPEMessageIssuedSSRequest: // fall through - // Note that after the sending of SS - // strings the view stays in Dialer. - if ( !iOnScreenDialer ) - { - SetupIdleScreenInBackgroundL(); - } + case MEngineMonitor::EPEMessageIssuedSSRequest: // fall through case MEngineMonitor::EPEMessageIssuingSSRequest: // fall through case MEngineMonitor::EPEMessageCallBarred: // fall through case MEngineMonitor::EPEMessageTempClirActivationUnsuccessful: @@ -145,7 +139,6 @@ EXPORT_C void CPhoneIdle::HandleErrorL( const TPEErrorInfo& aErrorInfo ) { __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneIdle::HandleErrorL() "); - CPhoneState::HandleErrorL( aErrorInfo ); }