equal
deleted
inserted
replaced
443 iListboxFormatbuffer.Format(KShowFormat(), iconIndex, &aShowInfo.Title(), &showDate, &infoSize); |
443 iListboxFormatbuffer.Format(KShowFormat(), iconIndex, &aShowInfo.Title(), &showDate, &infoSize); |
444 } |
444 } |
445 |
445 |
446 void CPodcastShowsView::GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode) |
446 void CPodcastShowsView::GetShowErrorText(TDes &aErrorMessage, TInt aErrorCode) |
447 { |
447 { |
448 ((CPodcastAppUi*)AppUi())->GetErrorText(aErrorMessage,aErrorCode); |
448 TRAP_IGNORE(((CPodcastAppUi*)AppUi())->GetErrorTextL(aErrorMessage,aErrorCode)); |
449 } |
449 } |
450 |
450 |
451 void CPodcastShowsView::UpdateShowItemDataL(CShowInfo* aShowInfo,TInt aIndex, TInt aSizeDownloaded) |
451 void CPodcastShowsView::UpdateShowItemDataL(CShowInfo* aShowInfo,TInt aIndex, TInt aSizeDownloaded) |
452 { |
452 { |
453 FormatShowInfoListBoxItemL(*aShowInfo, aSizeDownloaded); |
453 FormatShowInfoListBoxItemL(*aShowInfo, aSizeDownloaded); |