summaryrefslogtreecommitdiff
path: root/plugins/keyboard/keyparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/keyboard/keyparse.c')
-rw-r--r--plugins/keyboard/keyparse.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/keyboard/keyparse.c b/plugins/keyboard/keyparse.c
index ba283dd8..61c7cd9d 100644
--- a/plugins/keyboard/keyparse.c
+++ b/plugins/keyboard/keyparse.c
@@ -82,6 +82,8 @@ void keyparse(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)