diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-06 00:11:55 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-06 00:11:55 (GMT) |
commit | 2df84f6687dfd16aec55206cc672ac0715c7cd68 (patch) | |
tree | 4bda9f9a393f4a3e609b6ce8ad7d5a3571c64aff /src/fluxbox.cc | |
parent | 22aa93c56de131b80dfb161615650c4fb6cf6832 (diff) | |
download | fluxbox_pavel-2df84f6687dfd16aec55206cc672ac0715c7cd68.zip fluxbox_pavel-2df84f6687dfd16aec55206cc672ac0715c7cd68.tar.bz2 |
use the same options in Slit and Toolbar placement menus
Diffstat (limited to 'src/fluxbox.cc')
-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 ae27828..f6c9f25 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -594,7 +594,7 @@ void Fluxbox::setupConfigFiles() { | |||
594 | if (create_windowmenu) | 594 | if (create_windowmenu) |
595 | FbTk::FileUtil::copyFile(DEFAULT_WINDOWMENU, windowmenu_file.c_str()); | 595 | FbTk::FileUtil::copyFile(DEFAULT_WINDOWMENU, windowmenu_file.c_str()); |
596 | 596 | ||
597 | #define CONFIG_VERSION 8 | 597 | #define CONFIG_VERSION 9 |
598 | FbTk::Resource<int> config_version(m_resourcemanager, 0, | 598 | FbTk::Resource<int> config_version(m_resourcemanager, 0, |
599 | "session.configVersion", "Session.ConfigVersion"); | 599 | "session.configVersion", "Session.ConfigVersion"); |
600 | if (*config_version < CONFIG_VERSION) { | 600 | if (*config_version < CONFIG_VERSION) { |