diff -r a7a43293ae56 -r aab3aa4acdd6 application/src/PodcastShowsView.cpp --- a/application/src/PodcastShowsView.cpp Thu Feb 25 17:12:04 2010 +0000 +++ b/application/src/PodcastShowsView.cpp Thu Feb 25 17:33:06 2010 +0000 @@ -311,7 +311,7 @@ if (iPodcastModel.ActiveFeedInfo() != NULL && iPodcastModel.ActiveFeedInfo()->Uid() == aFeedUid) { - TRAP_IGNORE(UpdateFeedUpdateStateL()); + UpdateFeedUpdateStateL(); UpdateToolbar(); } } @@ -324,8 +324,8 @@ if (iPodcastModel.ActiveFeedInfo() != NULL && iPodcastModel.ActiveFeedInfo()->Uid() == aFeedUid) { - TRAP_IGNORE(UpdateFeedUpdateStateL()); - TRAP_IGNORE(UpdateViewTitleL()); + UpdateFeedUpdateStateL(); + UpdateViewTitleL(); } DP("CPodcastShowsView::FeedDownloadFinishedL END"); } @@ -518,7 +518,7 @@ TListItemProperties itemProps; TInt len = 0; - iPodcastModel.GetShowsByFeed(iPodcastModel.ActiveFeedInfo()->Uid()); + iPodcastModel.GetShowsByFeedL(iPodcastModel.ActiveFeedInfo()->Uid()); RShowInfoArray &fItems = iPodcastModel.ActiveShowList(); len = fItems.Count();