Merge symbian1 branch symbian1
authorSebastian Brannstrom <sebastianb@symbian.org>
Sat, 16 Oct 2010 15:41:38 +0100
branchsymbian1
changeset 241 ed4ed5330d83
parent 240 03e8cc4066ba (current diff)
parent 239 7ded71db88f6 (diff)
child 242 64a2995a3e08
Merge symbian1 branch
--- 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());