Merge from symbian1 3rded
authorSebastian Brannstrom <sebastianb@symbian.org>
Sat, 23 Oct 2010 17:09:23 +0100
branch3rded
changeset 277 03ad04f315db
parent 276 4357d59592dd
child 278 e6aa20533d01
Merge from symbian1
engine/src/FeedParser.cpp
--- a/engine/src/FeedParser.cpp	Sat Oct 16 15:58:45 2010 +0100
+++ b/engine/src/FeedParser.cpp	Sat Oct 23 17:09:23 2010 +0100
@@ -302,11 +302,11 @@
 				
 				iItemsParsed++;
 				DP2("iItemsParsed: %d, iMaxItems: %d", iItemsParsed, iMaxItems);
-				if (iItemsParsed >= iMaxItems) 
-					{
-					iStoppedParsing = ETrue;
-					DP("*** Too many items, aborting parsing");
-					}
+//				if (iItemsParsed >= iMaxItems) 
+//					{
+//					iStoppedParsing = ETrue;
+//					DP("*** Too many items, aborting parsing");
+//					}
 				
 				iFeedState=EStateChannel;
 				}