equal
deleted
inserted
replaced
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 { |