mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-14 08:53:38 +02:00
epgplus: move CEPGplusHandler::exec() code to end of file; ...
* really minor code changes in CEPGDataHandler::exec() and
CEventListHandler::exec()
No binary changes, just code cosmetic.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7a4397b3f0
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-23 (Mon, 23 Jul 2018)
Origin message was:
------------------
- epgplus: move CEPGplusHandler::exec() code to end of file; ...
* really minor code changes in CEPGDataHandler::exec() and
CEventListHandler::exec()
No binary changes, just code cosmetic.
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1067,6 +1067,9 @@ void CEventList::paintFoot(t_channel_id channel_id)
|
||||
footer.paintButtons(x, y + height - OFFSET_SHADOW - footer_height, full_width, footer_height, btn_cnt, buttons);
|
||||
}
|
||||
|
||||
// -- Eventlist Menu Handler Class
|
||||
// -- to be used for calls from Menu
|
||||
|
||||
int CEventListHandler::exec(CMenuTarget* parent, const std::string &/*actionkey*/)
|
||||
{
|
||||
int res = menu_return::RETURN_EXIT_ALL;
|
||||
@@ -1075,7 +1078,7 @@ int CEventListHandler::exec(CMenuTarget* parent, const std::string &/*actionkey*
|
||||
parent->hide();
|
||||
|
||||
CEventList *e = new CEventList;
|
||||
CChannelList *channelList = CNeutrinoApp::getInstance()->channelList;
|
||||
CChannelList *channelList = CNeutrinoApp::getInstance()->channelList;
|
||||
e->exec(CZapit::getInstance()->GetCurrentChannelID(), channelList->getActiveChannelName());
|
||||
delete e;
|
||||
|
||||
|
Reference in New Issue
Block a user