application/src/PodcastShowsView.cpp
changeset 110 4ec84fbc7b27
parent 100 eefed4bda2e2
child 114 f94dbd678dda
equal deleted inserted replaced
109:1d3315159ef5 110:4ec84fbc7b27
   670 	if (toolbar) {
   670 	if (toolbar) {
   671 		if (iListContainer->IsVisible()) {
   671 		if (iListContainer->IsVisible()) {
   672 			toolbar->SetToolbarVisibility(aVisible);
   672 			toolbar->SetToolbarVisibility(aVisible);
   673 		}
   673 		}
   674 	
   674 	
   675 		TBool updatingState = iPodcastModel.FeedEngine().ClientState() != EIdle && 
   675 		TBool updatingState = iPodcastModel.FeedEngine().ClientState() != EIdle && iPodcastModel.ActiveFeedInfo() && 
   676 				iPodcastModel.FeedEngine().ActiveClientUid() == iPodcastModel.ActiveFeedInfo()->Uid();
   676 				iPodcastModel.FeedEngine().ActiveClientUid() == iPodcastModel.ActiveFeedInfo()->Uid();
   677 	
   677 	
   678 		toolbar->HideItem(EPodcastUpdateFeed, updatingState, ETrue ); 
   678 		toolbar->HideItem(EPodcastUpdateFeed, updatingState, ETrue ); 
   679 		toolbar->HideItem(EPodcastCancelUpdateAllFeeds, !updatingState, ETrue );
   679 		toolbar->HideItem(EPodcastCancelUpdateAllFeeds, !updatingState, ETrue );
   680 		// there seems to be drawing bugs in the toolbar if there is only
   680 		// there seems to be drawing bugs in the toolbar if there is only