--- 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()));