summaryrefslogtreecommitdiff
path: root/plugins/mouse/mouseparse.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-15 18:29:55 +0000
committerDana Jansens <danakj@orodu.net>2003-04-15 18:29:55 +0000
commit0e28a07e3d6677aa6af9ad97fbc55f8101f3fdf2 (patch)
treee180e7b7162d9d75e7e307bd236784730547cf74 /plugins/mouse/mouseparse.c
parent1c3689d0c725202eba7191d32480aa2cc3addfea (diff)
start of showing/rendering menus. woot!
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)