epgview: fix stupid c/p error; now it's hopefully right

Origin commit data
------------------
Branch: ni/coolstream
Commit: 79c2590c4c
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2018-01-19 20:34:08 +01:00
parent 9abb0c861d
commit cea8bc1f1b

View File

@@ -1629,9 +1629,9 @@ void CEpgData::showTimerEventBar (bool pshow, bool adzap, bool mp_info)
{ {
// check tmdb button // check tmdb button
if (g_settings.tmdb_enabled) if (g_settings.tmdb_enabled)
EpgButtons[TV_BUTTONS][4].button = NEUTRINO_ICON_BUTTON_0; EpgButtons[MP_BUTTONS][2].button = NEUTRINO_ICON_BUTTON_0;
else 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); ::paintButtons(x, y, w, MaxButtons, EpgButtons[MP_BUTTONS], w, h);
} }