diff -r d1c62c765e48 -r cfea66083b62 phoneapp/phoneuistates/src/cphonesingleandcallsetupandwaiting.cpp --- a/phoneapp/phoneuistates/src/cphonesingleandcallsetupandwaiting.cpp Fri Sep 17 17:09:12 2010 +0300 +++ b/phoneapp/phoneuistates/src/cphonesingleandcallsetupandwaiting.cpp Mon Oct 04 16:06:10 2010 +0300 @@ -317,14 +317,7 @@ iViewCommandHandle->ExecuteCommandL( EPhoneViewSetGlobalNotifiersDisabled, &globalNotifierParam ); - BeginUiUpdateLC(); - UpdateRemoteInfoDataL( aCallId ); - iViewCommandHandle->ExecuteCommandL( - EPhoneViewUpdateBubble, - aCallId ); - - UpdateUiCommands(); - EndUiUpdate(); + UpdateCallHeaderAndUiCommandsL( aCallId ); } // ----------------------------------------------------------- @@ -336,7 +329,7 @@ __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneSingleAndCallSetupAndWaiting::HandleConnectedL()"); - iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId ); + UpdateCallHeader( aCallId ); iNumberEntryManager->RemoveNumberEntryIfVisibilityIsFalseL();