mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 09:51:13 +02:00
fix pick diff error
Origin commit data
------------------
Commit: a7813a885d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2017-09-13 (Wed, 13 Sep 2017)
This commit is contained in:
@@ -1053,7 +1053,11 @@ void CNeutrinoApp::upgradeSetup(const char * fname)
|
|||||||
configfile.deleteKey("screen_width");
|
configfile.deleteKey("screen_width");
|
||||||
configfile.deleteKey("screen_height");
|
configfile.deleteKey("screen_height");
|
||||||
}
|
}
|
||||||
|
if (g_settings.version_pseudo < "20170913110000")
|
||||||
|
{
|
||||||
|
//remove easymenu
|
||||||
|
configfile.deleteKey("easymenu");
|
||||||
|
}
|
||||||
g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO;
|
g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO;
|
||||||
configfile.setString("version_pseudo", g_settings.version_pseudo);
|
configfile.setString("version_pseudo", g_settings.version_pseudo);
|
||||||
|
|
||||||
@@ -1070,11 +1074,6 @@ void CNeutrinoApp::saveSetup(const char * fname)
|
|||||||
if(!scansettings.saveSettings(NEUTRINO_SCAN_SETTINGS_FILE)) {
|
if(!scansettings.saveSettings(NEUTRINO_SCAN_SETTINGS_FILE)) {
|
||||||
dprintf(DEBUG_NORMAL, "error while saving scan-settings!\n");
|
dprintf(DEBUG_NORMAL, "error while saving scan-settings!\n");
|
||||||
}
|
}
|
||||||
if (g_settings.version_pseudo < "20170913110000")
|
|
||||||
{
|
|
||||||
//remove easymenu
|
|
||||||
configfile.deleteKey("easymenu");
|
|
||||||
}
|
|
||||||
|
|
||||||
//theme/color options
|
//theme/color options
|
||||||
CThemes::setTheme(configfile);
|
CThemes::setTheme(configfile);
|
||||||
|
Reference in New Issue
Block a user