Ticket #9489: 9489_master_diff.patch

File 9489_master_diff.patch, 1.4 KB (added by airic37, 13 years ago)
  • mythtv/libs/libmythtv/tv_play.cpp

    diff --git a/mythtv/libs/libmythtv/tv_play.cpp b/mythtv/libs/libmythtv/tv_play.cpp
    index d1a27cc..1763d4e 100644
    a b void TV::FillOSDMenuNavigate(const PlayerContext *ctx, OSD *osd, 
    1024910249    bool isbd         = ctx->buffer && ctx->buffer->IsBD() &&
    1025010250                        ctx->buffer->BD()->IsHDMVNavigation();
    1025110251    bool islivetv     = StateIsLiveTV(state);
    10252     bool isrecording  = state == kState_WatchingPreRecorded;
     10252    bool isrecorded   = state == kState_WatchingPreRecorded;
     10253    bool isrecording  = state == kState_WatchingRecording;
    1025310254    bool previouschan = false;
    1025410255    if (islivetv)
    1025510256    {
    void TV::FillOSDMenuNavigate(const PlayerContext *ctx, OSD *osd, 
    1026210263    }
    1026310264
    1026410265    bool show = isdvd || num_chapters || num_titles || previouschan ||
    10265                 isrecording || num_angles;
     10266                isrecording || num_angles || isrecorded;
    1026610267    if (category == "MAIN")
    1026710268    {
    1026810269        if (show)
    void TV::FillOSDMenuNavigate(const PlayerContext *ctx, OSD *osd, 
    1027510276    {
    1027610277        backaction = "MAIN";
    1027710278        currenttext = tr("Navigate");
    10278         if (isrecording)
     10279        if (isrecorded || isrecording)
    1027910280        {
    1028010281            osd->DialogAddButton(tr("Commercial Auto-Skip"),
    1028110282                                 "DIALOG_MENU_COMMSKIP_0",