bad patch

This commit is contained in:
Scott Moynes 2002-08-06 23:33:40 +00:00
parent 3c4a0e5fa9
commit ab80aa4981

View 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;
}