Another little fix for the same issue RCL_3
authorSebastian Brannstrom <sebastianb@symbian.org>
Tue, 26 Oct 2010 13:12:29 +0100
branchRCL_3
changeset 294 e5240be0ddbb
parent 293 b5bd609d3792
child 295 67f53e831ab0
Another little fix for the same issue
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())