branch | 3rded |
changeset 177 | 269e3f3e544a |
parent 60 | 4d230e702aa3 |
child 343 | 9c56bf585696 |
--- a/engine/src/FeedInfo.cpp Sat Jul 10 13:35:21 2010 +0100 +++ b/engine/src/FeedInfo.cpp Sun Jul 11 11:36:24 2010 +0100 @@ -225,7 +225,7 @@ { // If this fails, no reason to worry iFeedIcon = new CFbsBitmap(); - TRAP_IGNORE(aPodcastModel->ImageHandler().LoadFileAndScaleL(FeedIcon(), ImageFileName(), TSize(64,56), *this, Uid())); + TRAP_IGNORE(aPodcastModel->ImageHandler().LoadFileAndScaleL(FeedIcon(), ImageFileName(), TSize(44,44), *this, Uid())); } DP("CFeedInfo::SetImageFileNameL END"); }