phoneapp/phoneuistates/src/cphonesinglecall.cpp
branchGCC_SURGE
changeset 51 f39ed5e045e0
parent 22 6bb1b21d2484
parent 46 bc5a64e5bc3c
--- 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 );    
         }                
     }