--- a/phoneapp/phoneuistates/src/cphonegsmincall.cpp Fri Jul 23 12:55:58 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphonegsmincall.cpp Fri Aug 06 13:16:44 2010 +0300
@@ -231,11 +231,10 @@
TPhoneCmdParamGlobalNote globalNoteParam;
globalNoteParam.SetText( EngineInfo->RemoteColpNumber( aCallId ) );
- globalNoteParam.SetType( EAknGlobalInformationNote );
+ globalNoteParam.SetType( EPhoneNotificationDialog );
globalNoteParam.SetTextResourceId(
CPhoneMainResourceResolver::Instance()->
ResolveResourceID( EPhoneColpConnected ) );
- globalNoteParam.SetTone( EAvkonSIDInformationTone );
globalNoteParam.SetNotificationDialog( ETrue );
iViewCommandHandle->ExecuteCommandL(
@@ -345,8 +344,7 @@
}
globalNoteParam.SetText( holdText );
- globalNoteParam.SetType( EAknGlobalConfirmationNote );
- globalNoteParam.SetTone( EAvkonSIDInformationTone );
+ globalNoteParam.SetType( EPhoneMessageBoxInformation );
iViewCommandHandle->ExecuteCommandL(
EPhoneViewShowGlobalNote, &globalNoteParam );