aboutsummaryrefslogtreecommitdiffstats
path: root/grab.c
diff options
context:
space:
mode:
Diffstat (limited to 'grab.c')
-rw-r--r--grab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/grab.c b/grab.c
index 90dd73a..a3e936a 100644
--- a/grab.c
+++ b/grab.c
@@ -4,7 +4,7 @@
* Copyright (c) 2004 Marius Aamodt Eriksen <marius@monkey.org>
* All rights reserved.
*
- * $Id: grab.c,v 1.2 2007/04/27 18:08:14 bernd Exp $
+ * $Id: grab.c,v 1.3 2007/04/27 18:10:39 bernd Exp $
*/
#include "headers.h"
@@ -378,7 +378,7 @@ grab_label(struct client_ctx *cc)
switch (e.type) {
case KeyPress:
if (input_keycodetrans(e.xkey.keycode, e.xkey.state,
- &ctl, &chr, 1) < 0)
+ &ctl, &chr, 0) < 0)
continue;
switch (ctl) {