]> Dogcows Code - chaz/openbox/commitdiff
dont let bind to actionexecute or desktop cuz they require a parameter
authorDana Jansens <danakj@orodu.net>
Wed, 26 Mar 2003 12:47:11 +0000 (12:47 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 26 Mar 2003 12:47:11 +0000 (12:47 +0000)
plugins/mouse/mouserc_parse.l

index 5ec54b4d48187de5589df0762f6777a662c58951..5296677f0b70481ef06ee25bf733dcb1175db791 100644 (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);
This page took 0.024523 seconds and 4 git commands to generate.