diff --git a/src/gui/eventlist.cpp b/src/gui/eventlist.cpp index b26e7d12f..0112def1f 100644 --- a/src/gui/eventlist.cpp +++ b/src/gui/eventlist.cpp @@ -35,6 +35,7 @@ #include #include +#include #include #include @@ -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 )