diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-08-20 17:01:25 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-08-20 17:01:25 (GMT) |
commit | bc2b21547b290f599ca83297e3131c6c0c87759f (patch) | |
tree | d1ae4947f3c2818aef33d2cd0ef5d639b558dd72 /src/fluxbox.cc | |
parent | b4e65724efbfbefdf4f5a12be19225b2d8a8dda6 (diff) | |
download | fluxbox_pavel-bc2b21547b290f599ca83297e3131c6c0c87759f.zip fluxbox_pavel-bc2b21547b290f599ca83297e3131c6c0c87759f.tar.bz2 |
implemented 'ActivateTab' action to (re)allow activation of tabs via mouse
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 e8445bb..192b44c 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 11 | 608 | #define CONFIG_VERSION 12 |
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) { |