application/src/PodcastShowsView.cpp
changeset 84 3b59b88b089e
parent 82 d87e984bd8b8
child 87 31d05afa1a52
equal deleted inserted replaced
83:a2e43aa1ad11 84:3b59b88b089e
   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);