--- a/engine/src/FeedEngine.cpp Wed Jul 28 14:19:14 2010 +0100
+++ b/engine/src/FeedEngine.cpp Sat Oct 16 14:08:26 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());