application/src/PodcastQueueView.cpp
changeset 117 3b59b88b089e
parent 116 a2e43aa1ad11
child 121 1cc7501102a8
--- 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();
 		}