diff -r 544e34b3255a -r 91c2fb4b78df phoneapp/phoneuistates/src/cphoneconferenceandcallsetup.cpp --- a/phoneapp/phoneuistates/src/cphoneconferenceandcallsetup.cpp Wed Apr 14 15:56:42 2010 +0300 +++ b/phoneapp/phoneuistates/src/cphoneconferenceandcallsetup.cpp Tue Apr 27 16:37:10 2010 +0300 @@ -380,8 +380,7 @@ } else { - // Remove outgoing call - BeginTransEffectLC( ENumberEntryOpen ); + // Remove outgoing call BeginUiUpdateLC(); iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveCallHeader, aCallId ); @@ -396,8 +395,7 @@ SetTouchPaneButtons( EPhoneConferenceButtons ); EndUiUpdate(); - EndTransEffect(); - + // Go to conference state UpdateCbaL( EPhoneCallHandlingInCallCBA ); iStateMachine->ChangeState( EPhoneStateConference );