epgplus: use RC_epg to exit

Origin commit data
------------------
Branch: ni/coolstream
Commit: f60cffc63d
Author: vanhofen <vanhofen@gmx.de>
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
This commit is contained in:
vanhofen
2017-04-08 14:11:27 +02:00
parent 3e00456c36
commit f93ddf3232

View File

@@ -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);