]> Dogcows Code - chaz/openbox/blobdiff - util/epist/keytree.cc
bad patch
[chaz/openbox] / 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.022006 seconds and 4 git commands to generate.