engine/src/FeedInfo.cpp
branchsymbian1
changeset 336 3d6c1417e8bd
parent 60 4d230e702aa3
child 340 37610dda6102
equal deleted inserted replaced
296:80f1da5ac28b 336:3d6c1417e8bd
   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