equal
deleted
inserted
replaced
297 } |
297 } |
298 } |
298 } |
299 |
299 |
300 void CFeedEngine::NewShowL(CShowInfo& aItem) |
300 void CFeedEngine::NewShowL(CShowInfo& aItem) |
301 { |
301 { |
|
302 DP1("NewShowL, aItem.Title()=%S", &aItem.Title()); |
302 HBufC* description = HBufC::NewLC(KMaxDescriptionLength); |
303 HBufC* description = HBufC::NewLC(KMaxDescriptionLength); |
303 TPtr ptr(description->Des()); |
304 TPtr ptr(description->Des()); |
304 ptr.Copy(aItem.Description()); |
305 ptr.Copy(aItem.Description()); |
305 PodcastUtils::CleanHtmlL(ptr); |
306 PodcastUtils::CleanHtmlL(ptr); |
306 |
307 |