diff -r 5266b1f337bd -r 8baf28733c3d phoneapp/phoneuistates/src/cphonecallsetupandwaiting.cpp --- a/phoneapp/phoneuistates/src/cphonecallsetupandwaiting.cpp Wed Sep 01 12:30:10 2010 +0100 +++ b/phoneapp/phoneuistates/src/cphonecallsetupandwaiting.cpp Tue Sep 14 21:18:17 2010 +0300 @@ -182,7 +182,7 @@ __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneCallSetupAndWaiting::HandleIdleL()"); - BeginUiUpdateLC(); + TransitionHandlerL().BeginUiUpdateLC(); // Remove call iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveCallHeader, aCallId ); @@ -238,7 +238,7 @@ iStateMachine->ChangeState( EPhoneStateAlerting ); } - EndUiUpdate(); + TransitionHandlerL().EndUiUpdate(); } // ----------------------------------------------------------- @@ -264,7 +264,7 @@ // Close menu bar, if it is displayed iViewCommandHandle->ExecuteCommandL( EPhoneViewMenuBarClose ); - CPhoneState::BeginUiUpdateLC(); + TransitionHandlerL().BeginUiUpdateLC(); // Update bubble TPhoneCmdParamCallHeaderData callHeaderParam; @@ -276,7 +276,7 @@ CPhoneState::SetTouchPaneButtons( EPhoneWaitingCallButtons ); SetToolbarDimming( EFalse ); - EndUiUpdate(); + TransitionHandlerL().EndUiUpdate(); if ( CPhoneState::IsNumberEntryUsedL() ) {