diff -r a2e43aa1ad11 -r 3b59b88b089e application/src/PodcastQueueView.cpp --- a/application/src/PodcastQueueView.cpp Mon Apr 05 11:33:41 2010 +0100 +++ b/application/src/PodcastQueueView.cpp Mon Apr 05 13:54:26 2010 +0100 @@ -392,7 +392,7 @@ if(aShowInfo.LastError() != KErrNone) { - ((CPodcastAppUi*)AppUi())->GetErrorText(infoSize, aShowInfo.LastError()); + TRAP_IGNORE(((CPodcastAppUi*)AppUi())->GetErrorTextL(infoSize, aShowInfo.LastError())); showDate.Zero(); }