neutrino: try to prevent using chanellist/bouquetlist while channels init in progress

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3da439030b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-13 (Tue, 13 Jan 2015)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2015-01-13 16:10:15 +03:00
parent 44fe05a7f3
commit 300f25e8c3
5 changed files with 20 additions and 0 deletions

View File

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