From 0e28a07e3d6677aa6af9ad97fbc55f8101f3fdf2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 15 Apr 2003 18:29:55 +0000 Subject: start of showing/rendering menus. woot! --- plugins/mouse/mouseparse.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/mouse/mouseparse.c') 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) -- cgit v1.2.3