phoneapp/phoneuistates/src/cphonecallsetup.cpp
changeset 76 cfea66083b62
parent 74 d1c62c765e48
--- a/phoneapp/phoneuistates/src/cphonecallsetup.cpp	Fri Sep 17 17:09:12 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphonecallsetup.cpp	Mon Oct 04 16:06:10 2010 +0300
@@ -148,7 +148,6 @@
     // should still be able to cancel the MO call before the call is connected.
     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneCallSetup::HandleConnectingL()");
     BeginUiUpdateLC();
-    UpdateRemoteInfoDataL ( aCallId );
     
     TPhoneCmdParamBoolean globalNotifierParam;
     globalNotifierParam.SetBoolean( EFalse );
@@ -160,10 +159,9 @@
     iViewCommandHandle->ExecuteCommand( EPhoneViewHsToForegroundAfterCall,
         &booleanParam );
     
-    iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId);
+    UpdateCallHeaderAndUiCommandsL( aCallId);
 
     SetToolbarButtonLoudspeakerEnabled();
-    UpdateUiCommands();
     EndUiUpdate();
     iStateMachine->ChangeState( EPhoneStateAlerting );
     }