From ab80aa4981c0cacd508f096a2d05929b6ef7c976 Mon Sep 17 00:00:00 2001 From: Scott Moynes Date: Tue, 6 Aug 2002 23:33:40 +0000 Subject: [PATCH] bad patch --- util/epist/keytree.cc | 2 -- 1 file changed, 2 deletions(-) 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; }