Fix for scrolling issue in Show view
authorteknolog
Thu, 25 Feb 2010 17:56:45 +0000
changeset 10 121100939521
parent 9 8dd5e2a4b1ed
child 11 f6c975c3b702
Fix for scrolling issue in Show view
application/sis/podcatcher_udeb.sis
application/sis/podcatcher_udeb_signed.sis
application/sis/podcatcher_urel.sis
application/sis/podcatcher_urel_signed.sis
application/src/PodcastShowsView.cpp
Binary file application/sis/podcatcher_udeb.sis has changed
Binary file application/sis/podcatcher_udeb_signed.sis has changed
Binary file application/sis/podcatcher_urel.sis has changed
Binary file application/sis/podcatcher_urel_signed.sis has changed
--- 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() );