equal
deleted
inserted
replaced
626 TBool updatingState = iPodcastModel.FeedEngine().ClientState() != EIdle && iPodcastModel.FeedEngine().ActiveClientUid() == iPodcastModel.ActiveFeedInfo()->Uid(); |
626 TBool updatingState = iPodcastModel.FeedEngine().ClientState() != EIdle && iPodcastModel.FeedEngine().ActiveClientUid() == iPodcastModel.ActiveFeedInfo()->Uid(); |
627 aMenuPane->SetItemDimmed(EPodcastMarkAllPlayed, updatingState); |
627 aMenuPane->SetItemDimmed(EPodcastMarkAllPlayed, updatingState); |
628 } |
628 } |
629 } |
629 } |
630 |
630 |
631 void CPodcastShowsView::ImageOperationCompleteL(TInt aError, TUint /*aHandle*/) |
631 void CPodcastShowsView::ImageOperationCompleteL(TInt aError, TUint /*aHandle*/, CPodcastModel& /*aPodcastModel*/) |
632 { |
632 { |
633 iLastImageHandlerError = aError; |
633 iLastImageHandlerError = aError; |
634 if(iSetTitlebarImage) |
634 if(iSetTitlebarImage) |
635 { |
635 { |
636 iSetTitlebarImage = EFalse; |
636 iSetTitlebarImage = EFalse; |