application/src/PodcastQueueView.cpp
changeset 84 3b59b88b089e
parent 83 a2e43aa1ad11
child 88 1cc7501102a8
equal deleted inserted replaced
83:a2e43aa1ad11 84:3b59b88b089e
   390 		aShowInfo.PubDate().FormatL(showDate, KDateFormatShort());
   390 		aShowInfo.PubDate().FormatL(showDate, KDateFormatShort());
   391 		}
   391 		}
   392 	
   392 	
   393 	if(aShowInfo.LastError() != KErrNone)
   393 	if(aShowInfo.LastError() != KErrNone)
   394 		{
   394 		{
   395 		((CPodcastAppUi*)AppUi())->GetErrorText(infoSize, aShowInfo.LastError());
   395 		TRAP_IGNORE(((CPodcastAppUi*)AppUi())->GetErrorTextL(infoSize, aShowInfo.LastError()));
   396 		showDate.Zero();
   396 		showDate.Zero();
   397 		}
   397 		}
   398 		
   398 		
   399 	if (infoSize.Length() > 0 && showDate.Length() > 0)
   399 	if (infoSize.Length() > 0 && showDate.Length() > 0)
   400 		{
   400 		{