diff -r b5bd609d3792 -r e5240be0ddbb application/src/PodcastShowsView.cpp --- 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())