equal
deleted
inserted
replaced
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 } |