From 8547cd36b9777afac4df3d4a8d526566ff56ec72 Mon Sep 17 00:00:00 2001 From: BPanther Date: Tue, 21 Aug 2018 23:08:06 +0200 Subject: [PATCH] more time for shutdown message Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/3d28911345a4de3fc1814ed12aa5faa9aa308827 Author: BPanther Date: 2018-08-21 (Tue, 21 Aug 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 76a19afc2..8c89f6d91 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -3901,7 +3901,7 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data) } else if( msg == NeutrinoMessages::ANNOUNCE_SHUTDOWN) { if( mode != NeutrinoModes::mode_scart ) - skipShutdownTimer = (ShowMsg(LOCALE_MESSAGEBOX_INFO, LOCALE_SHUTDOWNTIMER_ANNOUNCE, CMsgBox::mbrNo, CMsgBox::mbYes | CMsgBox::mbNo, NULL, 450, 5) == CMsgBox::mbrYes); + skipShutdownTimer = (ShowMsg(LOCALE_MESSAGEBOX_INFO, LOCALE_SHUTDOWNTIMER_ANNOUNCE, CMsgBox::mbrNo, CMsgBox::mbYes | CMsgBox::mbNo, NULL, 450, 30) == CMsgBox::mbrYes); } else if( msg == NeutrinoMessages::SHUTDOWN ) { if(CStreamManager::getInstance()->StreamStatus())