equal
deleted
inserted
replaced
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 |