branch | RCL_3 |
changeset 134 | cc381e129dd5 |
parent 121 | 45e21fd808cd |
--- 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();