equal
deleted
inserted
replaced
117 iStylusPopupMenu->ConstructFromResourceL(reader); |
117 iStylusPopupMenu->ConstructFromResourceL(reader); |
118 CleanupStack::PopAndDestroy(); |
118 CleanupStack::PopAndDestroy(); |
119 |
119 |
120 iUpdater = CPodcastFeedViewUpdater::NewL(*this); |
120 iUpdater = CPodcastFeedViewUpdater::NewL(*this); |
121 DP("CPodcastFeedView::ConstructL END"); |
121 DP("CPodcastFeedView::ConstructL END"); |
|
122 |
|
123 TBuf<1024> test; |
|
124 test.Copy(_L("Yeah, we’re doing an episode. "hej" © fl ong Should you get used to it? Ummm… maybe not. But let’s enjoy the ride while it lasts! Today we just yammer on about whatever, mostly just about what we’ve been up to. Until next time!")); |
|
125 |
|
126 PodcastUtils::CleanHtmlL(test); |
122 } |
127 } |
123 |
128 |
124 CPodcastFeedView::~CPodcastFeedView() |
129 CPodcastFeedView::~CPodcastFeedView() |
125 { |
130 { |
126 iPodcastModel.FeedEngine().RemoveObserver(this); |
131 iPodcastModel.FeedEngine().RemoveObserver(this); |