# HG changeset patch # User Sebastian Brannstrom # Date 1288095149 -3600 # Node ID e5240be0ddbb1ef79708973d4980545502eb1866 # Parent b5bd609d37925ecdf9ce4b1cd9d5684f4f3854d0 Another little fix for the same issue 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())