mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
gui/channellist.cpp: dont paint channel list,
if event list return menu_return::RETURN_EXIT_ALL
This commit is contained in:
@@ -622,14 +622,16 @@ int CChannelList::show()
|
|||||||
else if ((msg == CRCInput::RC_red) || (msg == CRCInput::RC_epg)) {
|
else if ((msg == CRCInput::RC_red) || (msg == CRCInput::RC_epg)) {
|
||||||
hide();
|
hide();
|
||||||
|
|
||||||
|
/* RETURN_EXIT_ALL on FAV/SAT buttons or messages_return::cancel_all from CNeutrinoApp::getInstance()->handleMsg() */
|
||||||
if ( g_EventList->exec(chanlist[selected]->channel_id, chanlist[selected]->getName()) == menu_return::RETURN_EXIT_ALL) {
|
if ( g_EventList->exec(chanlist[selected]->channel_id, chanlist[selected]->getName()) == menu_return::RETURN_EXIT_ALL) {
|
||||||
res = -2;
|
res = -2;
|
||||||
loop = false;
|
loop = false;
|
||||||
}
|
} else {
|
||||||
paintHead();
|
paintHead();
|
||||||
paint();
|
paint();
|
||||||
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_CHANLIST]);
|
timeoutEnd = CRCInput::calcTimeoutEnd(g_settings.timing[SNeutrinoSettings::TIMING_CHANLIST]);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
else if (msg == CRCInput::RC_yellow) {
|
else if (msg == CRCInput::RC_yellow) {
|
||||||
bShowBouquetList = true;
|
bShowBouquetList = true;
|
||||||
loop=false;
|
loop=false;
|
||||||
|
Reference in New Issue
Block a user