messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp
changeset 48 4f501b74aeb1
parent 38 4e4b6adb1024
child 51 3507212d340e
--- a/messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp	Tue Jul 13 22:09:22 2010 +0530
+++ b/messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp	Sun Jul 25 18:59:19 2010 +0530
@@ -20,7 +20,7 @@
 // SYSTEM INCLUDES
 #include <QGraphicsLinearLayout>
 #include <HbMainWindow>
-#include <HbNotificationDialog>
+#include <HbDeviceNotificationDialog>
 
 #include <xqaiwrequest.h>
 #include <xqappmgr.h>
@@ -162,13 +162,12 @@
 int MsgConversationBaseView::saveContentToDrafts()
 {
     int msgId = INVALID_MSGID;
-    bool result = false;
     if (mConversationId >= 0) {
     msgId = mConversationView->saveContentToDrafts();
     }
 
     if (msgId != INVALID_MSGID) {
-        HbNotificationDialog::launchDialog(LOC_SAVED_TO_DRAFTS);
+        HbDeviceNotificationDialog::notification("", LOC_SAVED_TO_DRAFTS);
     }
     return msgId;
 }