mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
eventlist: show left/right buttons in footer
Origin commit data
------------------
Branch: ni/coolstream
Commit: 8fab6e7212
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-11-11 (Fri, 11 Nov 2016)
Origin message was:
------------------
- eventlist: show left/right buttons in footer
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1006,6 +1006,16 @@ void CEventList::showFunctionBar(t_channel_id channel_id)
|
||||
buttons[btn_cnt].locale = LOCALE_TIMERLIST_NAME;
|
||||
btn_cnt++;
|
||||
|
||||
//NI left button
|
||||
buttons[btn_cnt].button = NEUTRINO_ICON_BUTTON_LEFT;
|
||||
buttons[btn_cnt].locale = NONEXISTANT_LOCALE;
|
||||
btn_cnt++;
|
||||
|
||||
//NI right button
|
||||
buttons[btn_cnt].button = NEUTRINO_ICON_BUTTON_RIGHT;
|
||||
buttons[btn_cnt].locale = NONEXISTANT_LOCALE;
|
||||
btn_cnt++;
|
||||
|
||||
::paintButtons(bx, by, bw, btn_cnt, buttons, bw, bh);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user