Binary file application/sis/podcatcher_udeb.sis has changed
Binary file application/sis/podcatcher_udeb_signed.sis has changed
Binary file application/sis/podcatcher_urel.sis has changed
Binary file application/sis/podcatcher_urel_signed.sis has changed
--- a/engine/src/OpmlParser.cpp Sat Feb 27 15:59:19 2010 +0000
+++ b/engine/src/OpmlParser.cpp Sat Feb 27 16:41:36 2010 +0000
@@ -152,9 +152,11 @@
iFeedEngine.AddSearchResultL(newFeed);
CleanupStack::Pop(newFeed);
} else {
- iFeedEngine.AddFeedL(*newFeed);
+ if(iFeedEngine.AddFeedL(*newFeed))
+ {
+ iNumFeedsAdded++;
+ }
CleanupStack::PopAndDestroy(newFeed);
- iNumFeedsAdded++;
}
}
break;