--- a/phoneapp/phoneuistates/src/cphoneidle.cpp Thu Sep 02 20:26:16 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphoneidle.cpp Fri Sep 17 08:29:19 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 );
}