diff -r a7a43293ae56 -r aab3aa4acdd6 application/src/PodcastQueueView.cpp --- a/application/src/PodcastQueueView.cpp Thu Feb 25 17:12:04 2010 +0000 +++ b/application/src/PodcastQueueView.cpp Thu Feb 25 17:33:06 2010 +0000 @@ -236,7 +236,7 @@ { iProgressAdded = EFalse; - iPodcastModel.GetShowsDownloading(); + iPodcastModel.GetShowsDownloadingL(); UpdateListboxItemsL(); UpdateToolbar(); @@ -262,7 +262,7 @@ if (iPodcastModel.ActiveFeedInfo() != NULL && iPodcastModel.ActiveFeedInfo()->Uid() == aFeedUid) { - TRAP_IGNORE(UpdateFeedUpdateStateL()); + UpdateFeedUpdateStateL(); UpdateToolbar(); } } @@ -275,7 +275,7 @@ if (iPodcastModel.ActiveFeedInfo() != NULL && iPodcastModel.ActiveFeedInfo()->Uid() == aFeedUid) { - TRAP_IGNORE(UpdateFeedUpdateStateL()); + UpdateFeedUpdateStateL(); } DP("CPodcastQueueView::FeedDownloadFinishedL END"); } @@ -430,7 +430,7 @@ TListItemProperties itemProps; TInt len = 0; - iPodcastModel.GetShowsDownloading(); + iPodcastModel.GetShowsDownloadingL(); RShowInfoArray &fItems = iPodcastModel.ActiveShowList(); len = fItems.Count();