From 4856816f5a2c8f2b7e704fcadad3b66746d9c848 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 10 Mar 2012 18:32:00 +0100 Subject: [PATCH] neutrino: change 'create hd bouquet' default to 'no' --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 296d07356..c568857ff 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -387,7 +387,7 @@ int CNeutrinoApp::loadSetup(const char * fname) g_settings.standby_cpufreq = 50; #endif - g_settings.make_hd_list = configfile.getInt32("make_hd_list", 1); + g_settings.make_hd_list = configfile.getInt32("make_hd_list", 0); //misc g_settings.power_standby = configfile.getInt32( "power_standby", 0);