mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-11 07:30:57 +02:00
eventlist: add new button for epg-plus
Origin commit data
------------------
Commit: caf0c9a166
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-08 (Mon, 08 May 2017)
Origin message was:
------------------
- eventlist: add new button for epg-plus
This commit is contained in:
@@ -985,7 +985,7 @@ void CEventList::showFunctionBar(t_channel_id channel_id)
|
|||||||
CColorKeyHelper keyhelper; //user_menue.h
|
CColorKeyHelper keyhelper; //user_menue.h
|
||||||
neutrino_msg_t dummy = CRCInput::RC_nokey;
|
neutrino_msg_t dummy = CRCInput::RC_nokey;
|
||||||
const char * icon = NULL;
|
const char * icon = NULL;
|
||||||
struct button_label buttons[6]; //NI
|
struct button_label buttons[7]; //NI
|
||||||
int btn_cnt = 0;
|
int btn_cnt = 0;
|
||||||
|
|
||||||
int tID = -1; //any value, not NULL
|
int tID = -1; //any value, not NULL
|
||||||
@@ -1043,6 +1043,11 @@ void CEventList::showFunctionBar(t_channel_id channel_id)
|
|||||||
btn_cnt++;
|
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
|
//NI timerlist button
|
||||||
buttons[btn_cnt].button = NEUTRINO_ICON_BUTTON_0;
|
buttons[btn_cnt].button = NEUTRINO_ICON_BUTTON_0;
|
||||||
buttons[btn_cnt].locale = LOCALE_TIMERLIST_NAME;
|
buttons[btn_cnt].locale = LOCALE_TIMERLIST_NAME;
|
||||||
|
Reference in New Issue
Block a user