diff -r e30d4a1b8bad -r c26cc2a7c548 phoneapp/phoneuistates/src/cphonecallsetupandwaiting.cpp --- a/phoneapp/phoneuistates/src/cphonecallsetupandwaiting.cpp Wed Sep 15 12:12:21 2010 +0300 +++ b/phoneapp/phoneuistates/src/cphonecallsetupandwaiting.cpp Wed Oct 13 14:31:22 2010 +0300 @@ -182,7 +182,7 @@ __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneCallSetupAndWaiting::HandleIdleL()"); - TransitionHandlerL().BeginUiUpdateLC(); + BeginUiUpdateLC(); // Remove call iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveCallHeader, aCallId ); @@ -238,7 +238,7 @@ iStateMachine->ChangeState( EPhoneStateAlerting ); } - TransitionHandlerL().EndUiUpdate(); + EndUiUpdate(); } // ----------------------------------------------------------- @@ -264,7 +264,7 @@ // Close menu bar, if it is displayed iViewCommandHandle->ExecuteCommandL( EPhoneViewMenuBarClose ); - TransitionHandlerL().BeginUiUpdateLC(); + CPhoneState::BeginUiUpdateLC(); // Update bubble TPhoneCmdParamCallHeaderData callHeaderParam; @@ -276,7 +276,7 @@ CPhoneState::SetTouchPaneButtons( EPhoneWaitingCallButtons ); SetToolbarDimming( EFalse ); - TransitionHandlerL().EndUiUpdate(); + EndUiUpdate(); if ( CPhoneState::IsNumberEntryUsedL() ) {