# HG changeset patch # User Sebastian Brannstrom # Date 1287850163 -3600 # Node ID 03ad04f315db3dbfcd5ef07c0590ccb18a5de11d # Parent 4357d59592dd358be7fd720dba2478e619ed54e7 Merge from symbian1 diff -r 4357d59592dd -r 03ad04f315db 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; }