mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
remove '+'; fix 4cc026c
Origin commit data ------------------ Commit:211823e9fb
Author: vanhofen <vanhofen@gmx.de> Date: 2013-10-16 (Wed, 16 Oct 2013) Origin message was: ------------------ - remove '+'; fix4cc026c
This commit is contained in:
@@ -386,7 +386,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
strcpy(g_settings.shutdown_min, "000");
|
||||
if(cs_get_revision() > 7)
|
||||
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_show_channeldesc = configfile.getBool("infobar_show_channeldesc" , false );
|
||||
|
Reference in New Issue
Block a user