diff -r 0050a64a90f8 -r 9569ea080d5a application/src/PodcastFeedView.cpp --- 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()));