emailuis/nmframeworkadapter/src/nmfwaaddattachmentsoperation.cpp
changeset 76 38bf5461e270
parent 43 99bcbff212ad
--- a/emailuis/nmframeworkadapter/src/nmfwaaddattachmentsoperation.cpp	Thu Sep 30 11:43:07 2010 +0300
+++ b/emailuis/nmframeworkadapter/src/nmfwaaddattachmentsoperation.cpp	Thu Oct 14 17:33:43 2010 +0300
@@ -46,7 +46,7 @@
     for (int i=0; i<fileList.count(); ++i) {
         mFileList.append(fileList.at(i));
     }
-    mFSMessage = CFSMailMessage::NewL(message);
+    TRAP_IGNORE(mFSMessage = CFSMailMessage::NewL(message) );
     mRequestId = NmNotFoundError;
 }