From 69dadf349016559a684dbcdfe0765518a91e29e1 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 3 Aug 2016 23:41:59 +0200 Subject: [PATCH] epgview: laying tmbd to RC_0 to get back historically control Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/40547ffab785b4f69c012f273520838eb7f88c79 Author: vanhofen Date: 2016-08-03 (Wed, 03 Aug 2016) Origin message was: ------------------ - epgview: laying tmbd to RC_0 to get back historically control ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index eb12fd8cf..c89e7b84f 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1063,8 +1063,9 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start printf("timerd not available\n"); } break; - case CRCInput::RC_info: + case CRCInput::RC_0: //NI { + //NI if (imdb_active) { imdb_active = false; showTimerEventBar (true); //show buttons @@ -1216,7 +1217,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start show(channel_id, id, &startzeit, false, call_fromfollowlist); showPos=0; break; - //case CRCInput::RC_info: //NI + case CRCInput::RC_info: //NI case CRCInput::RC_ok: case CRCInput::RC_timeout: if(fader.StartFadeOut()) { @@ -1432,17 +1433,17 @@ struct button_label EpgButtons[][EpgButtonsMax] = { NEUTRINO_ICON_BUTTON_GREEN, LOCALE_IMDB_INFO }, //NI { NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_TIMERBAR_CHANNELSWITCH }, { NEUTRINO_ICON_BUTTON_BLUE, LOCALE_EPGVIEWER_MORE_SCREENINGS_SHORT }, - { NEUTRINO_ICON_BUTTON_INFO_SMALL, LOCALE_CHANNELLIST_ADDITIONAL } + { NEUTRINO_ICON_BUTTON_0, LOCALE_CHANNELLIST_ADDITIONAL } //NI }, { // w/o followscreenings { NEUTRINO_ICON_BUTTON_RED, LOCALE_TIMERBAR_RECORDEVENT }, { NEUTRINO_ICON_BUTTON_GREEN, LOCALE_IMDB_INFO }, //NI { NEUTRINO_ICON_BUTTON_YELLOW, LOCALE_TIMERBAR_CHANNELSWITCH }, - { NEUTRINO_ICON_BUTTON_INFO_SMALL, LOCALE_CHANNELLIST_ADDITIONAL } + { NEUTRINO_ICON_BUTTON_0, LOCALE_CHANNELLIST_ADDITIONAL } //NI }, { // movieplayer mode { NEUTRINO_ICON_BUTTON_RED, LOCALE_EPG_SAVING }, - { NEUTRINO_ICON_BUTTON_INFO_SMALL, LOCALE_CHANNELLIST_ADDITIONAL } + { NEUTRINO_ICON_BUTTON_0, LOCALE_CHANNELLIST_ADDITIONAL } //NI } };