phoneapp/phoneuistates/src/cphoneconferenceandcallsetup.cpp
changeset 76 cfea66083b62
parent 74 d1c62c765e48
child 78 baacf668fe89
--- a/phoneapp/phoneuistates/src/cphoneconferenceandcallsetup.cpp	Fri Sep 17 17:09:12 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphoneconferenceandcallsetup.cpp	Mon Oct 04 16:06:10 2010 +0300
@@ -182,7 +182,6 @@
     {
     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneConferenceAndCallSetup::HandleConnectingL()");
     BeginUiUpdateLC();
-    UpdateRemoteInfoDataL ( aCallId );
     iViewCommandHandle->ExecuteCommandL( EPhoneViewRemoveGlobalNote );
     
     TPhoneCmdParamBoolean globalNotifierParam;
@@ -192,9 +191,8 @@
     
     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
     
-    iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId );
-    
-    UpdateUiCommands();
+    UpdateCallHeaderAndUiCommandsL( aCallId );
+
     EndUiUpdate();        
     }
     
@@ -205,13 +203,8 @@
 void CPhoneConferenceAndCallSetup::HandleConnectedL( TInt aCallId )
     {
     __LOGMETHODSTARTEND(EPhoneControl, "CPhoneConferenceAndCallSetup::HandleConnectedL()");
-    BeginUiUpdateLC();
-
-    iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId );
-    
+    UpdateCallHeaderAndUiCommandsL( aCallId );
     iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();
-    UpdateUiCommands();
-    EndUiUpdate(); 
     iStateMachine->ChangeState( EPhoneStateConferenceAndSingle );
     }