diff -r b1f0785c289d -r 4f501b74aeb1 messagingapp/msgui/conversationview/src/msgconversationbaseview.cpp --- 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 #include -#include +#include #include #include @@ -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; }