diff -r 03e8cc4066ba -r ed4ed5330d83 engine/src/FeedEngine.cpp --- a/engine/src/FeedEngine.cpp Sat Oct 16 15:36:19 2010 +0100 +++ b/engine/src/FeedEngine.cpp Sat Oct 16 15:41:38 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(); @@ -299,6 +299,7 @@ void CFeedEngine::NewShowL(CShowInfo& aItem) { + DP1("NewShowL, aItem.Title()=", aItem.Title()); HBufC* description = HBufC::NewLC(KMaxDescriptionLength); TPtr ptr(description->Des()); ptr.Copy(aItem.Description());