neutrino: change 'create hd bouquet' default to 'no'

This commit is contained in:
Stefan Seyfried
2012-03-10 18:32:00 +01:00
parent 8d03db67ba
commit 4856816f5a

View File

@@ -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);