diff -r 2dc6caa42ec3 -r b4618f2cf6ac emailuis/nmframeworkadapter/src/nmfwaaddattachmentsoperation.cpp --- a/emailuis/nmframeworkadapter/src/nmfwaaddattachmentsoperation.cpp Fri May 14 15:41:10 2010 +0300 +++ b/emailuis/nmframeworkadapter/src/nmfwaaddattachmentsoperation.cpp Fri May 14 03:48:25 2010 +0300 @@ -60,7 +60,7 @@ } /*! - Called after base object construction, runs the + Called after base object construction via timer event, runs the async operation. \sa NmOperation @@ -109,10 +109,7 @@ HBufC *fileName = NmConverter::qstringToHBufCLC(mFileList.first()); mRequestId = mFSMessage->AddNewAttachmentL(*fileName, *this); CleanupStack::PopAndDestroy(fileName); - } else { - completeOperation(NmNoError); } - } /*!