remove easymenu from config-file

Origin commit data
------------------
Branch: ni/coolstream
Commit: f42b74a317
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-09-13 (Wed, 13 Sep 2017)

Origin message was:
------------------
- remove easymenu from config-file

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-09-13 10:45:23 +02:00
parent aa1cd4ace0
commit 2a4d7155b5
2 changed files with 6 additions and 1 deletions

View File

@@ -1153,6 +1153,11 @@ void CNeutrinoApp::upgradeSetup(const char * fname)
if (g_settings.mode_icons_flag[4].empty())
g_settings.mode_icons_flag[4] = FLAGDIR "/.update";
}
if (g_settings.version_pseudo < "20170913110000")
{
//remove easymenu
configfile.deleteKey("easymenu");
}
g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO;
configfile.setString("version_pseudo", g_settings.version_pseudo);

View File

@@ -1 +1 @@
#define NEUTRINO_VERSION_PSEUDO "20170904080000"
#define NEUTRINO_VERSION_PSEUDO "20170913110000"