aboutsummaryrefslogtreecommitdiff
path: root/util/fluxbox-update_configs.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-09-10 02:10:19 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-09-10 02:10:19 (GMT)
commit68bf9796e8d371d5824b2bd04a07db22d97b35e6 (patch)
treeb6d5abe023c028f526b58272a8e06a46cac49bdf /util/fluxbox-update_configs.cc
parent6b391c3beadc35c22c93c892c0bdcdd6a4448bb9 (diff)
downloadfluxbox-68bf9796e8d371d5824b2bd04a07db22d97b35e6.zip
fluxbox-68bf9796e8d371d5824b2bd04a07db22d97b35e6.tar.bz2
fix updating of keys file for scrolling on toolbar
Diffstat (limited to 'util/fluxbox-update_configs.cc')
-rw-r--r--util/fluxbox-update_configs.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fluxbox-update_configs.cc b/util/fluxbox-update_configs.cc
index 2bb80c3..43dd1f2 100644
--- a/util/fluxbox-update_configs.cc
+++ b/util/fluxbox-update_configs.cc
@@ -167,7 +167,7 @@ int run_updates(int old_version, FbTk::ResourceManager &rm) {
167 "session.screen0.reversewheeling", 167 "session.screen0.reversewheeling",
168 "Session.Screen0.ReverseWheeling"); 168 "Session.Screen0.ReverseWheeling");
169 if (strcasecmp((*rc_wheeling).c_str(), "On") == 0 || 169 if (strcasecmp((*rc_wheeling).c_str(), "On") == 0 ||
170 (strcasecmp((*rc_wheeling).c_str(), "Screen") && *rc_screen)) { 170 (strcasecmp((*rc_wheeling).c_str(), "Screen") == 0 && *rc_screen)) {
171 keep_changes = true; 171 keep_changes = true;
172 if (*rc_reverse) { // if you ask me, this should have been default 172 if (*rc_reverse) { // if you ask me, this should have been default
173 new_keyfile += "OnToolbar Mouse4 :PrevWorkspace\n"; 173 new_keyfile += "OnToolbar Mouse4 :PrevWorkspace\n";