dont let bind to actionexecute or desktop cuz they require a parameter

This commit is contained in:
Dana Jansens 2003-03-26 12:47:11 +00:00
parent f2a1e11e95
commit b4d241169b

View file

@ -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);