Fix for bug 3709 RCL_3 PDK_3.0.2 PDK_3.0.3
authorSebastian Brannstrom <sebastianb@symbian.org>
Wed, 15 Sep 2010 17:20:18 +0100
branchRCL_3
changeset 220 cc381e129dd5
parent 218 2fd795b1e1b1
child 236 f952f3a1a786
Fix for bug 3709
engine/src/FeedEngine.cpp
--- a/engine/src/FeedEngine.cpp	Wed Sep 15 13:21:10 2010 +0100
+++ b/engine/src/FeedEngine.cpp	Wed Sep 15 17:20:18 2010 +0100
@@ -173,7 +173,7 @@
 	    }
 	//
 	iAutoUpdatedInitiator = aAutoUpdate;
-	if ((iFeedsUpdating.Count() > 0) || (isOfflineProfile)) // cancel update if in offline mode
+	if ((iFeedsUpdating.Count() > 0) || (isOfflineProfile && aAutoUpdate)) 
 		{
 		DP("Cancelling update");
 		iFeedClient->Stop();