diff -r bab96b7ed1a4 -r f39ed5e045e0 phoneapp/phoneuistates/src/cphonesinglecall.cpp --- a/phoneapp/phoneuistates/src/cphonesinglecall.cpp Tue Jun 15 14:14:38 2010 +0100 +++ b/phoneapp/phoneuistates/src/cphonesinglecall.cpp Thu Jul 22 16:33:21 2010 +0100 @@ -238,7 +238,7 @@ break; case MEngineMonitor::EPEMessageInValidEmergencyNumber: - SendGlobalErrorNoteL( EPhoneNoteTextNotAllowed ); + SendGlobalErrorNoteL( EPhoneNoteTextNotAllowed, ETrue ); break; case MEngineMonitor::EPEMessageValidEmergencyNumber: @@ -495,7 +495,7 @@ } else { - SendGlobalInfoNoteL( EPhoneNoteTextNotAllowed ); + SendGlobalInfoNoteL( EPhoneNoteTextNotAllowed, ETrue ); } } @@ -710,7 +710,7 @@ else { // Show not allowed note - SendGlobalInfoNoteL( EPhoneNoteTextNotAllowed ); + SendGlobalInfoNoteL( EPhoneNoteTextNotAllowed, ETrue ); } } @@ -737,7 +737,7 @@ else { // Show not allowed note - SendGlobalInfoNoteL( EPhoneNoteTextNotAllowed ); + SendGlobalInfoNoteL( EPhoneNoteTextNotAllowed, ETrue ); } }