mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
l4l: align some variables names to NI's names
This commit is contained in:
@@ -363,7 +363,7 @@ int CNeutrinoApp::loadSetup(const char * fname)
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
g_settings.lcd4l_support = configfile.getInt32("lcd4l_support" , 0);
|
||||
g_settings.lcd4l_logodir = configfile.getString("lcd4l_logodir", LOGODIR);
|
||||
g_settings.lcd4l_dpf_type = configfile.getInt32("lcd4l_dpf_type", 0);
|
||||
g_settings.lcd4l_display_type = configfile.getInt32("lcd4l_display_type", 0);
|
||||
g_settings.lcd4l_skin = configfile.getInt32("lcd4l_skin" , 0);
|
||||
g_settings.lcd4l_skin_radio = configfile.getInt32("lcd4l_skin_radio" , 0);
|
||||
g_settings.lcd4l_brightness = configfile.getInt32("lcd4l_brightness", 7);
|
||||
@@ -1238,7 +1238,7 @@ void CNeutrinoApp::saveSetup(const char * fname)
|
||||
#ifdef ENABLE_LCD4LINUX
|
||||
configfile.setInt32("lcd4l_support" , g_settings.lcd4l_support);
|
||||
configfile.setString("lcd4l_logodir" , g_settings.lcd4l_logodir);
|
||||
configfile.setInt32("lcd4l_dpf_type" , g_settings.lcd4l_dpf_type);
|
||||
configfile.setInt32("lcd4l_display_type" , g_settings.lcd4l_display_type);
|
||||
configfile.setInt32("lcd4l_skin" , g_settings.lcd4l_skin);
|
||||
configfile.setInt32("lcd4l_skin_radio" , g_settings.lcd4l_skin_radio);
|
||||
configfile.setInt32("lcd4l_brightness", g_settings.lcd4l_brightness);
|
||||
|
Reference in New Issue
Block a user