diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-05-05 20:05:28 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-05-05 20:05:28 (GMT) |
commit | b43be7144fb60b544b7086a84ae15e6c90fd1809 (patch) | |
tree | ba0442a5630cd9de84f0f91bcd807e0a1640d79b | |
parent | 2c668283419309a42a9a59266c768e5f567310c0 (diff) | |
download | fluxbox-b43be7144fb60b544b7086a84ae15e6c90fd1809.zip fluxbox-b43be7144fb60b544b7086a84ae15e6c90fd1809.tar.bz2 |
upgrade CONFIG_VERSION to 11
-rw-r--r-- | src/fluxbox.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index a443504..e8445bb 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -605,7 +605,7 @@ void Fluxbox::setupConfigFiles() { | |||
605 | if (create_windowmenu) | 605 | if (create_windowmenu) |
606 | FbTk::FileUtil::copyFile(DEFAULT_WINDOWMENU, windowmenu_file.c_str()); | 606 | FbTk::FileUtil::copyFile(DEFAULT_WINDOWMENU, windowmenu_file.c_str()); |
607 | 607 | ||
608 | #define CONFIG_VERSION 10 | 608 | #define CONFIG_VERSION 11 |
609 | FbTk::Resource<int> config_version(m_resourcemanager, 0, | 609 | FbTk::Resource<int> config_version(m_resourcemanager, 0, |
610 | "session.configVersion", "Session.ConfigVersion"); | 610 | "session.configVersion", "Session.ConfigVersion"); |
611 | if (*config_version < CONFIG_VERSION) { | 611 | if (*config_version < CONFIG_VERSION) { |