emailuis/emailui/src/FSComposerFetchLogic.cpp
changeset 2 5253a20d2a1e
parent 1 12c456ceeff2
child 8 e1b6206813b4
--- a/emailuis/emailui/src/FSComposerFetchLogic.cpp	Thu Jan 07 12:38:38 2010 +0200
+++ b/emailuis/emailui/src/FSComposerFetchLogic.cpp	Mon Jan 18 20:08:26 2010 +0200
@@ -146,6 +146,12 @@
     {
     FUNC_LOG;
 
+    // Ignore all responses when cancelling is in progress.
+    if( iFetchingCancelGoingOn )
+        {
+        return;
+        }
+    
     iError = aEvent.iError;
 
     if ( !iError )