mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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:
@@ -1153,6 +1153,11 @@ void CNeutrinoApp::upgradeSetup(const char * fname)
|
|||||||
if (g_settings.mode_icons_flag[4].empty())
|
if (g_settings.mode_icons_flag[4].empty())
|
||||||
g_settings.mode_icons_flag[4] = FLAGDIR "/.update";
|
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;
|
g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO;
|
||||||
configfile.setString("version_pseudo", g_settings.version_pseudo);
|
configfile.setString("version_pseudo", g_settings.version_pseudo);
|
||||||
|
@@ -1 +1 @@
|
|||||||
#define NEUTRINO_VERSION_PSEUDO "20170904080000"
|
#define NEUTRINO_VERSION_PSEUDO "20170913110000"
|
||||||
|
Reference in New Issue
Block a user