aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-12-09 20:47:41 (GMT)
committermarkt <markt>2007-12-09 20:47:41 (GMT)
commit95f9c2d6806cf110597a992be45b17a3b13accd7 (patch)
tree21c6d41985a0c2f86f01701efcd6f5c1878948b2 /src/fluxbox.cc
parent0b416600779f9e3560eab178e3e4abfb09793d30 (diff)
downloadfluxbox-95f9c2d6806cf110597a992be45b17a3b13accd7.zip
fluxbox-95f9c2d6806cf110597a992be45b17a3b13accd7.tar.bz2
added OnTitlebar modifier to keys file
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 3c30c14..7cf165e 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -643,7 +643,7 @@ void Fluxbox::setupConfigFiles() {
643 if (create_init) 643 if (create_init)
644 FbTk::FileUtil::copyFile(DEFAULT_INITFILE, init_file.c_str()); 644 FbTk::FileUtil::copyFile(DEFAULT_INITFILE, init_file.c_str());
645 645
646#define CONFIG_VERSION 5 646#define CONFIG_VERSION 6
647 FbTk::Resource<int> config_version(m_resourcemanager, 0, 647 FbTk::Resource<int> config_version(m_resourcemanager, 0,
648 "session.configVersion", "Session.ConfigVersion"); 648 "session.configVersion", "Session.ConfigVersion");
649 if (*config_version < CONFIG_VERSION) { 649 if (*config_version < CONFIG_VERSION) {