diff -r 6b911d05207e -r bc5a64e5bc3c phoneapp/phoneuistates/src/cphoneconference.cpp --- a/phoneapp/phoneuistates/src/cphoneconference.cpp Wed Jun 23 18:12:20 2010 +0300 +++ b/phoneapp/phoneuistates/src/cphoneconference.cpp Tue Jul 06 14:15:47 2010 +0300 @@ -147,6 +147,12 @@ { TPhoneCmdParamCallHeaderData callHeaderParam; callHeaderParam.SetCallState( EPEStateHeld ); + TBuf labelText( KNullDesC ); + TInt callLabelId = CPhoneMainResourceResolver::Instance()-> + ResolveResourceID( EPhoneCallOnHold ); + + StringLoader::Load( labelText, callLabelId, CCoeEnv::Static() ); + callHeaderParam.SetLabelText( labelText ); iViewCommandHandle->ExecuteCommandL( EPhoneViewUpdateBubble, aCallId, &callHeaderParam ); } @@ -512,7 +518,7 @@ if ( !FeatureManager::FeatureSupported( KFeatureIdTouchCallHandling ) ) { - SendGlobalInfoNoteL( EPhoneInformationConferenceOnHold ); + SendGlobalInfoNoteL( EPhoneInformationConferenceOnHold, ETrue ); } SetTouchPaneButtonDisabled( EPhoneInCallCmdPrivate ); @@ -593,7 +599,7 @@ if ( !FeatureManager::FeatureSupported( KFeatureIdTouchCallHandling ) ) { - SendGlobalInfoNoteL( EPhoneInformationConferenceActiveted ); + SendGlobalInfoNoteL( EPhoneInformationConferenceActiveted, ETrue ); } SetTouchPaneButtonEnabled( EPhoneInCallCmdPrivate );