application/src/PodcastShowsView.cpp
changeset 117 3b59b88b089e
parent 115 d87e984bd8b8
child 120 31d05afa1a52
--- a/application/src/PodcastShowsView.cpp	Mon Apr 05 11:33:41 2010 +0100
+++ b/application/src/PodcastShowsView.cpp	Mon Apr 05 13:54:26 2010 +0100
@@ -445,7 +445,7 @@
 
 void CPodcastShowsView::GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode)
 	{
-	((CPodcastAppUi*)AppUi())->GetErrorText(aErrorMessage,aErrorCode);
+	TRAP_IGNORE(((CPodcastAppUi*)AppUi())->GetErrorTextL(aErrorMessage,aErrorCode));
 	}
 
 void CPodcastShowsView::UpdateShowItemDataL(CShowInfo* aShowInfo,TInt aIndex, TInt aSizeDownloaded)