From cea8bc1f1be7d5c565cc8ca2c877ccf4bd4f768b Mon Sep 17 00:00:00 2001 From: vanhofen Date: Fri, 19 Jan 2018 20:34:08 +0100 Subject: [PATCH] epgview: fix stupid c/p error; now it's hopefully right Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/79c2590c4c0020b89e1b11ef741a1875a4c1b0d5 Author: vanhofen Date: 2018-01-19 (Fri, 19 Jan 2018) Origin message was: ------------------ - epgview: fix stupid c/p error; now it's hopefully right ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 67e4711e1..1c91b9fe4 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -1629,9 +1629,9 @@ void CEpgData::showTimerEventBar (bool pshow, bool adzap, bool mp_info) { // check tmdb button if (g_settings.tmdb_enabled) - EpgButtons[TV_BUTTONS][4].button = NEUTRINO_ICON_BUTTON_0; + EpgButtons[MP_BUTTONS][2].button = NEUTRINO_ICON_BUTTON_0; else - EpgButtons[TV_BUTTONS][4].button = NEUTRINO_ICON_BUTTON_DUMMY_SMALL; + EpgButtons[MP_BUTTONS][2].button = NEUTRINO_ICON_BUTTON_DUMMY_SMALL; ::paintButtons(x, y, w, MaxButtons, EpgButtons[MP_BUTTONS], w, h); }