# HG changeset patch # User teknolog # Date 1267120605 0 # Node ID 12110093952169da7a9c7f34af9f0fe89d76e74f # Parent 8dd5e2a4b1ede42528ace9f3c48c362d63ae4359 Fix for scrolling issue in Show view diff -r 8dd5e2a4b1ed -r 121100939521 application/sis/podcatcher_udeb.sis Binary file application/sis/podcatcher_udeb.sis has changed diff -r 8dd5e2a4b1ed -r 121100939521 application/sis/podcatcher_udeb_signed.sis Binary file application/sis/podcatcher_udeb_signed.sis has changed diff -r 8dd5e2a4b1ed -r 121100939521 application/sis/podcatcher_urel.sis Binary file application/sis/podcatcher_urel.sis has changed diff -r 8dd5e2a4b1ed -r 121100939521 application/sis/podcatcher_urel_signed.sis Binary file application/sis/podcatcher_urel_signed.sis has changed diff -r 8dd5e2a4b1ed -r 121100939521 application/src/PodcastShowsView.cpp --- a/application/src/PodcastShowsView.cpp Thu Feb 25 17:52:53 2010 +0000 +++ b/application/src/PodcastShowsView.cpp Thu Feb 25 17:56:45 2010 +0000 @@ -547,7 +547,7 @@ for (TInt loop = 0; loop< len; loop++) { UpdateShowItemDataL(fItems[loop], loop); - iListContainer->Listbox()->DrawItem(loop); + //iListContainer->Listbox()->DrawItem(loop); } } else @@ -684,7 +684,7 @@ { CShowInfo* info = iPodcastModel.ActiveShowList()[index]; TUint32 feedUid = info->FeedUid(); - CFeedInfo* feedInfo = iPodcastModel.FeedEngine().GetFeedInfoByUid(feedUid); +// CFeedInfo* feedInfo = iPodcastModel.FeedEngine().GetFeedInfoByUid(feedUid); CPodcastImageMessageQueryDialog* note = new ( ELeave ) CPodcastImageMessageQueryDialog( (TDesC*)&info->Description(), (TDesC*)&info->Title() );