--- 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)