all repos — fluxbox @ 68bf9796e8d371d5824b2bd04a07db22d97b35e6

custom fork of the fluxbox windowmanager

fix updating of keys file for scrolling on toolbar
Mark Tiefenbruck mark@fluxbox.org
commit

68bf9796e8d371d5824b2bd04a07db22d97b35e6

parent

6b391c3beadc35c22c93c892c0bdcdd6a4448bb9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M util/fluxbox-update_configs.ccutil/fluxbox-update_configs.cc

@@ -167,7 +167,7 @@ FbTk::Resource<bool> rc_reverse(rm, false,

"session.screen0.reversewheeling", "Session.Screen0.ReverseWheeling"); if (strcasecmp((*rc_wheeling).c_str(), "On") == 0 || - (strcasecmp((*rc_wheeling).c_str(), "Screen") && *rc_screen)) { + (strcasecmp((*rc_wheeling).c_str(), "Screen") == 0 && *rc_screen)) { keep_changes = true; if (*rc_reverse) { // if you ask me, this should have been default new_keyfile += "OnToolbar Mouse4 :PrevWorkspace\n";