From 9fbfcecc1187a070fa761264bf407eb6144ef1d1 Mon Sep 17 00:00:00 2001 From: satbaby Date: Thu, 24 Mar 2011 20:47:28 +0000 Subject: [PATCH] do not shutdown in record mode git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1336 e54a6e83-5905-42d5-8d5c-058d10e6a962 --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 19452f42f..19643e571 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -2899,7 +2899,7 @@ _repeat: /* shuts down the system even if !g_settings.shutdown_real_rcdelay (see below) */ gettimeofday(&standby_pressed_at, NULL); - if ((mode != mode_standby) && (g_settings.shutdown_real)) { + if ((mode != mode_standby) && (g_settings.shutdown_real) && !recordingstatus) { new_msg = NeutrinoMessages::SHUTDOWN; } else {