From: Scott Moynes Date: Tue, 6 Aug 2002 23:33:40 +0000 (+0000) Subject: bad patch X-Git-Tag: openbox-2_0_0~85 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ab80aa4981c0cacd508f096a2d05929b6ef7c976;p=mikachu%2Fopenbox.git bad patch --- diff --git a/util/epist/keytree.cc b/util/epist/keytree.cc index 2649740e..3f4b9906 100644 --- a/util/epist/keytree.cc +++ b/util/epist/keytree.cc @@ -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; }