summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouserc_parse.l
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-26 12:47:11 +0000
committerDana Jansens <danakj@orodu.net>2003-03-26 12:47:11 +0000
commitb4d241169b8b046ce2f4c1fff57b9ba20e8c2744 (patch)
tree29ffa48e7a044fbd64a94efeda1bf88923e057f4 /plugins/mouse/mouserc_parse.l
parentf2a1e11e954d101280f378f48130b7d8f3056062 (diff)
dont let bind to actionexecute or desktop cuz they require a parameter
Diffstat (limited to 'plugins/mouse/mouserc_parse.l')
-rw-r--r--plugins/mouse/mouserc_parse.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mouse/mouserc_parse.l b/plugins/mouse/mouserc_parse.l
index 5ec54b4d..5296677f 100644
--- a/plugins/mouse/mouserc_parse.l
+++ b/plugins/mouse/mouserc_parse.l
@@ -92,7 +92,7 @@ static void addbinding()
/* the below types cannot be used with !motion events, or at all with
mouse bindings */
} else if (a && (a->func == action_move || a->func == action_resize ||
- a->func == action_desktop ||
+ a->func == action_execute || a->func == action_desktop ||
a->func == action_move_relative ||
a->func == action_resize_relative)) {
action_free(a);