mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
neutrino.cpp: do not show messages in standby
Origin commit data
------------------
Commit: d0065f0043
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-06-18 (Thu, 18 Jun 2015)
This commit is contained in:
@@ -3166,7 +3166,7 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
|
|||||||
ExitRun(true);
|
ExitRun(true);
|
||||||
}
|
}
|
||||||
else if (msg == NeutrinoMessages::EVT_POPUP || msg == NeutrinoMessages::EVT_EXTMSG) {
|
else if (msg == NeutrinoMessages::EVT_POPUP || msg == NeutrinoMessages::EVT_EXTMSG) {
|
||||||
if (mode != mode_scart) {
|
if (mode != mode_scart && mode != mode_standby) {
|
||||||
std::string timeout="-1";
|
std::string timeout="-1";
|
||||||
std::string text = (char*)data;
|
std::string text = (char*)data;
|
||||||
std::string::size_type pos;
|
std::string::size_type pos;
|
||||||
|
Reference in New Issue
Block a user