]> Dogcows Code - chaz/openbox/commitdiff
bad patch
authorScott Moynes <smoynes@nexus.carleton.ca>
Tue, 6 Aug 2002 23:33:40 +0000 (23:33 +0000)
committerScott Moynes <smoynes@nexus.carleton.ca>
Tue, 6 Aug 2002 23:33:40 +0000 (23:33 +0000)
util/epist/keytree.cc

index 2649740ed3744350470db2daffd5a000995ecb25..3f4b99069adb75c58d898a627ea937ec13dfff0e 100644 (file)
@@ -83,8 +83,6 @@ const Action * keytree::getAction(const XEvent &e, unsigned int state,
     act = (*it)->action;
     if (e.xkey.keycode == act->keycode() && state == act->modifierMask()) {
       if ( isLeaf(*it) ) {
-       if (_current != _head)
-         ungrabChildren(_current, scr);
        _current = _head;
        return act;
       }
This page took 0.022169 seconds and 4 git commands to generate.