diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index caf6af2ed..7ce7a5a8f 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -985,7 +985,7 @@ void CEventList::showFunctionBar(t_channel_id channel_id) CColorKeyHelper keyhelper; //user_menue.h neutrino_msg_t dummy = CRCInput::RC_nokey; const char * icon = NULL; - struct button_label buttons[6]; //NI + struct button_label buttons[7]; //NI int btn_cnt = 0; int tID = -1; //any value, not NULL @@ -1043,6 +1043,11 @@ void CEventList::showFunctionBar(t_channel_id channel_id) btn_cnt++; } + //NI epg button for epg-plus + buttons[btn_cnt].button = NEUTRINO_ICON_BUTTON_EPG_SMALL; + buttons[btn_cnt].locale = LOCALE_EPGPLUS_HEAD; + btn_cnt++; + //NI timerlist button buttons[btn_cnt].button = NEUTRINO_ICON_BUTTON_0; buttons[btn_cnt].locale = LOCALE_TIMERLIST_NAME;