application/src/PodcastFeedView.cpp
changeset 59 9569ea080d5a
parent 33 64ed1227e68d
child 60 4d230e702aa3
child 91 87cb33beeae2
equal deleted inserted replaced
58:0050a64a90f8 59:9569ea080d5a
   396 			CleanupStack::Pop(bmpCopy);
   396 			CleanupStack::Pop(bmpCopy);
   397 			iconIndex = icons->Count()-1;
   397 			iconIndex = icons->Count()-1;
   398 			aFeedInfo.SetFeedIconIndex(iconIndex);
   398 			aFeedInfo.SetFeedIconIndex(iconIndex);
   399 			}
   399 			}
   400 		else {
   400 		else {
   401 			if(BaflUtils::FileExists(iPodcastModel.FsSession(), aFeedInfo.ImageFileName()))
   401 			if(BaflUtils::FileExists(iEikonEnv->FsSession(), aFeedInfo.ImageFileName()))
   402 			{
   402 			{
   403 			// If this fails, no reason to worry
   403 			// If this fails, no reason to worry
   404 			TRAP_IGNORE(iPodcastModel.ImageHandler().LoadFileAndScaleL(aFeedInfo.FeedIcon(), aFeedInfo.ImageFileName(), TSize(64,56), *this, aFeedInfo.Uid()));
   404 			TRAP_IGNORE(iPodcastModel.ImageHandler().LoadFileAndScaleL(aFeedInfo.FeedIcon(), aFeedInfo.ImageFileName(), TSize(64,56), *this, aFeedInfo.Uid()));
   405 			}
   405 			}
   406 		}
   406 		}