- epgplus: use RC_epg to exit

This commit is contained in:
vanhofen
2017-04-08 14:11:27 +02:00
committed by svenhoefer
parent 8e154f9efc
commit f60cffc63d

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