diff -r e30d4a1b8bad -r c26cc2a7c548 phoneapp/phoneuistates/src/cphonecallsetup.cpp --- a/phoneapp/phoneuistates/src/cphonecallsetup.cpp Wed Sep 15 12:12:21 2010 +0300 +++ b/phoneapp/phoneuistates/src/cphonecallsetup.cpp Wed Oct 13 14:31:22 2010 +0300 @@ -158,16 +158,11 @@ // when the remote party receives the call. So, in CDMA, the user // should still be able to cancel the MO call before the call is connected. __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneCallSetup::HandleConnectingL()"); - TransitionHandlerL().BeginUiUpdateLC(); + BeginUiUpdateLC(); UpdateRemoteInfoDataL ( aCallId ); - SetNeedToReturnToForegroundAppStatusL( EFalse ); - // Re-enable global notes - TPhoneCmdParamBoolean globalNotifierParam; - globalNotifierParam.SetBoolean( EFalse ); - iViewCommandHandle->ExecuteCommandL( EPhoneViewSetGlobalNotifiersDisabled, - &globalNotifierParam ); + EnableGlobalNotifiersL(); // Stop capturing keys CaptureKeysDuringCallNotificationL( EFalse ); @@ -187,7 +182,7 @@ SetToolbarButtonLoudspeakerEnabled(); - TransitionHandlerL().EndUiUpdate(); + EndUiUpdate(); UpdateCbaL( EPhoneCallHandlingInCallCBA ); iStateMachine->ChangeState( EPhoneStateAlerting );