diff options
| author | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-08-06 23:33:40 +0000 |
|---|---|---|
| committer | Scott Moynes <smoynes@nexus.carleton.ca> | 2002-08-06 23:33:40 +0000 |
| commit | ab80aa4981c0cacd508f096a2d05929b6ef7c976 (patch) | |
| tree | 49affacb55e8b340c7dd3c6f8b10e8e4db6e6ebf | |
| parent | 3c4a0e5fa9fb69ad0d6c152e8d20607852fca04e (diff) | |
bad patch
| -rw-r--r-- | util/epist/keytree.cc | 2 |
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; } |
