mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
neutrino: try to prevent using chanellist/bouquetlist while channels init in progress
This commit is contained in:
@@ -902,6 +902,10 @@ int CChannelList::show()
|
||||
|
||||
paintHead();
|
||||
paint();
|
||||
} else if (msg == NeutrinoMessages::EVT_SERVICESCHANGED || msg == NeutrinoMessages::EVT_BOUQUETSCHANGED) {
|
||||
g_RCInput->postMsg(msg, data);
|
||||
loop = false;
|
||||
res = CHANLIST_CANCEL_ALL;
|
||||
} else {
|
||||
if ( CNeutrinoApp::getInstance()->handleMsg( msg, data ) & messages_return::cancel_all ) {
|
||||
loop = false;
|
||||
|
Reference in New Issue
Block a user