mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-08 22:28:34 +02:00
more time for shutdown message
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -3667,7 +3667,7 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
|
|||||||
}
|
}
|
||||||
else if( msg == NeutrinoMessages::ANNOUNCE_SHUTDOWN) {
|
else if( msg == NeutrinoMessages::ANNOUNCE_SHUTDOWN) {
|
||||||
if( mode != NeutrinoModes::mode_scart )
|
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 ) {
|
else if( msg == NeutrinoMessages::SHUTDOWN ) {
|
||||||
if(CStreamManager::getInstance()->StreamStatus())
|
if(CStreamManager::getInstance()->StreamStatus())
|
||||||
|
Reference in New Issue
Block a user