From 08a2c02c63a9ef50ebfdf1acb709442dab75e70a Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Thu, 18 Jun 2015 12:27:50 +0300 Subject: [PATCH] neutrino.cpp: do not show messages in standby Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/d0065f0043c631a72c080bad032207700af60fbb Author: [CST] Focus Date: 2015-06-18 (Thu, 18 Jun 2015) --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index ef3a2c0c3..1719c4033 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3166,7 +3166,7 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data) ExitRun(true); } 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 text = (char*)data; std::string::size_type pos;