--- a/phoneapp/phoneuistates/src/cphonesinglecall.cpp Wed Jun 23 18:12:20 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphonesinglecall.cpp Tue Jul 06 14:15:47 2010 +0300
@@ -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 );
}
}