summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorScott Moynes <smoynes@nexus.carleton.ca>2002-08-06 23:33:40 +0000
committerScott Moynes <smoynes@nexus.carleton.ca>2002-08-06 23:33:40 +0000
commitab80aa4981c0cacd508f096a2d05929b6ef7c976 (patch)
tree49affacb55e8b340c7dd3c6f8b10e8e4db6e6ebf /util
parent3c4a0e5fa9fb69ad0d6c152e8d20607852fca04e (diff)
bad patch
Diffstat (limited to 'util')
-rw-r--r--util/epist/keytree.cc2
1 files changed, 0 insertions, 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;
}