messagingapp/msgui/unifiededitor/src/msgunieditoraddress.cpp
changeset 41 25fe1fe642e3
parent 38 4e4b6adb1024
child 48 4f501b74aeb1
--- a/messagingapp/msgui/unifiededitor/src/msgunieditoraddress.cpp	Tue Jul 06 22:50:16 2010 +0530
+++ b/messagingapp/msgui/unifiededitor/src/msgunieditoraddress.cpp	Fri Jul 09 14:46:10 2010 +0530
@@ -270,7 +270,7 @@
         // append line seperator
          invalidStr.append("<br>");
          invalidStr.append(invalidContacts);
-         HbMessageBox::information(invalidStr);
+         HbMessageBox::information(invalidStr, 0, 0, HbMessageBox::Ok);
         }
 
     // addition operation complete, reset flags
@@ -307,8 +307,7 @@
             --mExceedsMaxMmsRecipientsBy;
             if(!mExceedsMaxMmsRecipientsBy)
             {
-                HbNotificationDialog::launchDialog(
-                        LOC_MMS_RECIPIENT_LIMIT_REACHED);
+                HbMessageBox::information(LOC_MMS_RECIPIENT_LIMIT_REACHED, 0, 0, HbMessageBox::Ok);
             }
             resetToPrevious();
         }
@@ -318,8 +317,7 @@
             emit contentChanged();
             if(MsgUnifiedEditorMonitor::msgAddressCount() > MsgUnifiedEditorMonitor::maxMmsRecipients())
             {
-                HbNotificationDialog::launchDialog(
-                        LOC_MMS_RECIPIENT_LIMIT_REACHED);
+                HbMessageBox::information(LOC_MMS_RECIPIENT_LIMIT_REACHED, 0, 0, HbMessageBox::Ok);
                 resetToPrevious();
                 // reset monitor data
                 emit contentChanged();