# HG changeset patch # User Sebastian Brannstrom # Date 1284567618 -3600 # Node ID cc381e129dd50a8dc8c1d3d53be502172022e643 # Parent 2fd795b1e1b1fe7ea5241bfb863ff0e59c298618 Fix for bug 3709 diff -r 2fd795b1e1b1 -r cc381e129dd5 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();