upgrade CONFIG_VERSION to 11
This commit is contained in:
parent
2c66828341
commit
b43be7144f
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ void Fluxbox::setupConfigFiles() {
|
|||
if (create_windowmenu)
|
||||
FbTk::FileUtil::copyFile(DEFAULT_WINDOWMENU, windowmenu_file.c_str());
|
||||
|
||||
#define CONFIG_VERSION 10
|
||||
#define CONFIG_VERSION 11
|
||||
FbTk::Resource<int> config_version(m_resourcemanager, 0,
|
||||
"session.configVersion", "Session.ConfigVersion");
|
||||
if (*config_version < CONFIG_VERSION) {
|
||||
|
|
Loading…
Reference in a new issue