From f93ddf3232e4cf545baee7f31c4890dce283044e Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sat, 8 Apr 2017 14:11:27 +0200 Subject: [PATCH] epgplus: use RC_epg to exit Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/f60cffc63d5055c51f01116b7512bcbe25139902 Author: vanhofen Date: 2017-04-08 (Sat, 08 Apr 2017) Origin message was: ------------------ - epgplus: use RC_epg to exit ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgplus.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/epgplus.cpp b/src/gui/epgplus.cpp index 9f7e5adc7..f413408af 100644 --- a/src/gui/epgplus.cpp +++ b/src/gui/epgplus.cpp @@ -838,6 +838,10 @@ int EpgPlus::exec(CChannelList * pchannelList, int selectedChannelIndex, CBouque else loop = false; } + else if (msg == CRCInput::RC_epg) + { + loop = false; + } else if (msg == CRCInput::RC_help) { //fprintf(stderr, "RC_help, bigfont = %d\n", bigfont);