engine/src/FeedInfo.cpp
branchRCL_3
changeset 311 606f4f6babf6
parent 109 223f270fa7ff
child 342 9441fb8fd60d
equal deleted inserted replaced
310:2e0299e13cbf 311:606f4f6babf6
   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