equal
deleted
inserted
replaced
223 } |
223 } |
224 else if(aPodcastModel && BaflUtils::FileExists(CEikonEnv::Static()->FsSession(), ImageFileName() )) |
224 else if(aPodcastModel && BaflUtils::FileExists(CEikonEnv::Static()->FsSession(), ImageFileName() )) |
225 { |
225 { |
226 // If this fails, no reason to worry |
226 // If this fails, no reason to worry |
227 iFeedIcon = new CFbsBitmap(); |
227 iFeedIcon = new CFbsBitmap(); |
228 TRAP_IGNORE(aPodcastModel->ImageHandler().LoadFileAndScaleL(FeedIcon(), ImageFileName(), TSize(64,56), *this, Uid())); |
228 TRAP_IGNORE(aPodcastModel->ImageHandler().LoadFileAndScaleL(FeedIcon(), ImageFileName(), TSize(128,128), *this, Uid())); |
229 } |
229 } |
230 DP("CFeedInfo::SetImageFileNameL END"); |
230 DP("CFeedInfo::SetImageFileNameL END"); |
231 } |
231 } |
232 |
232 |
233 EXPORT_C TBool CFeedInfo::CustomTitle() const |
233 EXPORT_C TBool CFeedInfo::CustomTitle() const |