]> Dogcows Code - chaz/openbox/blobdiff - plugins/mouse/mouseparse.c
start of showing/rendering menus. woot!
[chaz/openbox] / plugins / mouse / mouseparse.c
index d2039dd86970b1e1bed652120e6746f7e65e7d1d..099dbaa8c0b0ddf5c13c1e433656c130c6c204d5 100644 (file)
@@ -99,6 +99,8 @@ void mouseparse(ParseToken *token)
         /* these use the argument */
         if (action->func == action_execute || action->func == action_restart)
             action->data.execute.path = g_strdup(arg_str);
+        else if (action->func == action_showmenu)
+            action->data.showmenu.name = g_strdup(arg_str);
         if ((action->func == action_desktop ||
              action->func == action_send_to_desktop) &&
             arg_int)
This page took 0.019756 seconds and 4 git commands to generate.