engine/src/FeedInfo.cpp
branch3rded
changeset 177 269e3f3e544a
parent 60 4d230e702aa3
child 343 9c56bf585696
equal deleted inserted replaced
176:1c8b56cb6409 177:269e3f3e544a
   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(44,44), *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