application/src/PodcastShowsView.cpp
branchRCL_3
changeset 294 e5240be0ddbb
parent 293 b5bd609d3792
child 313 0f30a75610de
--- a/application/src/PodcastShowsView.cpp	Tue Oct 26 10:24:20 2010 +0100
+++ b/application/src/PodcastShowsView.cpp	Tue Oct 26 13:12:29 2010 +0100
@@ -627,9 +627,6 @@
 {
 	if(aResourceId == R_PODCAST_SHOWSVIEW_MENU)
 		{
-		TBool updatingState = iPodcastModel.FeedEngine().ClientState() != EIdle && iPodcastModel.FeedEngine().ActiveClientUid() == iPodcastModel.ActiveFeedInfo()->Uid();
-		aMenuPane->SetItemDimmed(EPodcastMarkAllPlayed, updatingState);
-
 		TInt index = iListContainer->Listbox()->CurrentItemIndex();
 		
 		if (index >= 0 && index < iPodcastModel.ActiveShowList().Count())