application/src/PodcastFeedView.cpp
changeset 59 9569ea080d5a
parent 33 64ed1227e68d
child 60 4d230e702aa3
child 91 87cb33beeae2
--- a/application/src/PodcastFeedView.cpp	Thu Mar 11 20:45:26 2010 +0100
+++ b/application/src/PodcastFeedView.cpp	Thu Mar 11 20:53:00 2010 +0100
@@ -398,7 +398,7 @@
 			aFeedInfo.SetFeedIconIndex(iconIndex);
 			}
 		else {
-			if(BaflUtils::FileExists(iPodcastModel.FsSession(), aFeedInfo.ImageFileName()))
+			if(BaflUtils::FileExists(iEikonEnv->FsSession(), aFeedInfo.ImageFileName()))
 			{
 			// If this fails, no reason to worry
 			TRAP_IGNORE(iPodcastModel.ImageHandler().LoadFileAndScaleL(aFeedInfo.FeedIcon(), aFeedInfo.ImageFileName(), TSize(64,56), *this, aFeedInfo.Uid()));