mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-26 15:02:56 +02:00
neutrino: start epgplus with 2x key_epg
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@232 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
#include <global.h>
|
||||
#include <gui/eventlist.h>
|
||||
#include <gui/epgplus.h>
|
||||
#include <gui/timerlist.h>
|
||||
|
||||
#include <gui/widget/icons.h>
|
||||
@@ -493,6 +494,13 @@ int EventList::exec(const t_channel_id channel_id, const std::string& channelnam
|
||||
{
|
||||
loop= false;
|
||||
}
|
||||
else if (msg == CRCInput::RC_epg)
|
||||
{
|
||||
hide();
|
||||
CEPGplusHandler eplus;
|
||||
eplus.exec(NULL, "");
|
||||
loop = false;
|
||||
}
|
||||
else if (msg==CRCInput::RC_help || msg==CRCInput::RC_right || msg==CRCInput::RC_ok || msg==CRCInput::RC_info)
|
||||
{
|
||||
if ( evtlist[selected].eventID != 0 )
|
||||
|
Reference in New Issue
Block a user