--- a/phoneapp/phoneuistates/src/cphoneconferenceandsingle.cpp Fri Jun 04 10:19:18 2010 +0100
+++ b/phoneapp/phoneuistates/src/cphoneconferenceandsingle.cpp Wed Jun 23 18:12:20 2010 +0300
@@ -327,7 +327,7 @@
EPhoneViewUpdateBubble, KConferenceCallId, &callHeaderParam );
SetTouchPaneButtons( EPhoneConferenceAndHeldSingleButtons );
-
+ UpdateInCallCbaL();
EndUiUpdate();
}
@@ -374,15 +374,13 @@
{
__LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneConferenceAndSingle::HandleConnectedL");
- UpdateInCallCbaL();
-
-
// Display connected bubble
TPhoneCmdParamCallHeaderData callHeaderParam;
callHeaderParam.SetCallState( EPEStateConnected );
iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId,
&callHeaderParam );
+ UpdateInCallCbaL();
SetTouchPaneButtons( EPhoneConferenceButtons );
}