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

Origin commit data
------------------
Commit: 3da439030b
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-01-13 (Tue, 13 Jan 2015)
This commit is contained in:
[CST] Focus
2015-01-13 16:10:15 +03:00
parent 2a97182b35
commit e9a9b9abb3
5 changed files with 20 additions and 0 deletions

View File

@@ -1132,6 +1132,10 @@ int EpgPlus::exec (CChannelList * pchannelList, int selectedChannelIndex, CBouqu
g_RCInput->postMsg (msg, 0);
res = menu_return::RETURN_EXIT_ALL;
loop = false;
} else if (msg == NeutrinoMessages::EVT_SERVICESCHANGED || msg == NeutrinoMessages::EVT_BOUQUETSCHANGED) {
g_RCInput->postMsg(msg, data);
loop = false;
res = menu_return::RETURN_EXIT_ALL;
}
else {
if (CNeutrinoApp::getInstance()->handleMsg (msg, data) & messages_return::cancel_all) {