mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
Merge branch 'cst-next' of git://coolstreamtech.de/cst-public-gui-neutrino into ni/cst-next
Conflicts:
src/neutrino.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: afb6e0d4a1
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-04 (Thu, 04 Aug 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -601,10 +601,13 @@ int CEventList::exec(const t_channel_id channel_id, const std::string& channelna
|
||||
}
|
||||
else if (msg == CRCInput::RC_epg)
|
||||
{
|
||||
hide();
|
||||
CEPGplusHandler eplus;
|
||||
eplus.exec(NULL, "");
|
||||
loop = false;
|
||||
if (g_settings.eventlist_epgplus)
|
||||
{
|
||||
hide();
|
||||
CEPGplusHandler eplus;
|
||||
eplus.exec(NULL, "");
|
||||
loop = false;
|
||||
}
|
||||
}
|
||||
else if (msg==CRCInput::RC_help || msg==CRCInput::RC_ok || msg==CRCInput::RC_info)
|
||||
{
|
||||
|
Reference in New Issue
Block a user