application/src/PodcastShowsView.cpp
branchsymbian1
changeset 70 0a94e3bc0ef2
parent 67 9c24c921ec35
child 90 d0c0c3e6f7a1
--- a/application/src/PodcastShowsView.cpp	Wed Apr 28 13:20:05 2010 +0100
+++ b/application/src/PodcastShowsView.cpp	Wed Apr 28 13:57:49 2010 +0100
@@ -315,9 +315,6 @@
 	{
 	switch (aEventType)
 		{
-#ifndef SYMBIAN1_UI
-		case EEventItemClicked:
-#endif
 		case EEventEnterKeyPressed:		
 		case EEventItemActioned:
 		case EEventItemDoubleClicked:
@@ -670,12 +667,6 @@
 	
 		toolbar->HideItem(EPodcastUpdateFeed, updatingState, ETrue ); 
 		toolbar->HideItem(EPodcastCancelUpdateAllFeeds, !updatingState, ETrue );
-#ifndef SYMBIAN1_UI
-		// there seems to be drawing bugs in the toolbar if there is only
-		// one or two buttons defined in the resource, so we have download
-		// there but always hidden
-		toolbar->HideItem(EPodcastDownloadShow, ETrue, ETrue );
-#else SYMBIAN1_UI
 		RShowInfoArray &fItems = iPodcastModel.ActiveShowList();
 		TInt itemCnt = fItems.Count();
 	
@@ -731,7 +722,6 @@
 			toolbar->HideItem(EPodcastMarkAsUnplayed, ETrue, ETrue );
 			toolbar->SetItemDimmed(EPodcastMarkAsPlayed, updatingState, ETrue);
 		}
-#endif
 	}
 }