emailuis/nmframeworkadapter/src/nmfwaaddattachmentsoperation.cpp
changeset 38 b4618f2cf6ac
parent 23 2dc6caa42ec3
child 39 b0b89ca206b5
--- 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);
     }
-        
 }
 
 /*!