Fix for bug 3709 3rded
authorSebastian Brannstrom <sebastianb@symbian.org>
Wed, 15 Sep 2010 17:19:40 +0100
branch3rded
changeset 219 3aa0b93477b5
parent 206 9c3ebab9d24f
child 262 81bb9210fd4c
Fix for bug 3709
engine/src/FeedEngine.cpp
--- a/engine/src/FeedEngine.cpp	Mon Jul 26 17:03:11 2010 +0100
+++ b/engine/src/FeedEngine.cpp	Wed Sep 15 17:19:40 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();