mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
remove '+'; fix 3eccf03
Origin commit data ------------------ Branch: ni/coolstream Commit:211823e9fb
Author: vanhofen <vanhofen@gmx.de> Date: 2013-10-16 (Wed, 16 Oct 2013) Origin message was: ------------------ - remove '+'; fix3eccf03
------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
This commit is contained in:
@@ -386,7 +386,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
|||||||
strcpy(g_settings.shutdown_min, "000");
|
strcpy(g_settings.shutdown_min, "000");
|
||||||
if(cs_get_revision() > 7)
|
if(cs_get_revision() > 7)
|
||||||
strcpy(g_settings.shutdown_min, configfile.getString("shutdown_min","180").c_str());
|
strcpy(g_settings.shutdown_min, configfile.getString("shutdown_min","180").c_str());
|
||||||
+ g_settings.sleeptimer_min = configfile.getInt32("sleeptimer_min", 0);
|
g_settings.sleeptimer_min = configfile.getInt32("sleeptimer_min", 0);
|
||||||
|
|
||||||
g_settings.infobar_sat_display = configfile.getBool("infobar_sat_display" , true );
|
g_settings.infobar_sat_display = configfile.getBool("infobar_sat_display" , true );
|
||||||
g_settings.infobar_show_channeldesc = configfile.getBool("infobar_show_channeldesc" , false );
|
g_settings.infobar_show_channeldesc = configfile.getBool("infobar_show_channeldesc" , false );
|
||||||
|
Reference in New Issue
Block a user