application/src/PodcastQueueView.cpp
changeset 8 aab3aa4acdd6
parent 4 be243543a361
child 13 f58e3c482bd9
--- 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();