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

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4856816f5a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-10 (Sat, 10 Mar 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-03-10 18:32:00 +01:00
parent 755c494c47
commit 34fe95ac0e

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