mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- epgplus: use RC_epg to exit
This commit is contained in:
@@ -838,6 +838,10 @@ int EpgPlus::exec(CChannelList * pchannelList, int selectedChannelIndex, CBouque
|
|||||||
else
|
else
|
||||||
loop = false;
|
loop = false;
|
||||||
}
|
}
|
||||||
|
else if (msg == CRCInput::RC_epg)
|
||||||
|
{
|
||||||
|
loop = false;
|
||||||
|
}
|
||||||
else if (msg == CRCInput::RC_help)
|
else if (msg == CRCInput::RC_help)
|
||||||
{
|
{
|
||||||
//fprintf(stderr, "RC_help, bigfont = %d\n", bigfont);
|
//fprintf(stderr, "RC_help, bigfont = %d\n", bigfont);
|
||||||
|
Reference in New Issue
Block a user