summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouseparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mouse/mouseparse.c')
-rw-r--r--plugins/mouse/mouseparse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/mouse/mouseparse.c b/plugins/mouse/mouseparse.c
index d2039dd8..099dbaa8 100644
--- a/plugins/mouse/mouseparse.c
+++ b/plugins/mouse/mouseparse.c
@@ -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)