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:
vanhofen
2016-11-11 01:11:02 +01:00
parent 584a34c2a7
commit 081398a626

View File

@@ -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);
}