summaryrefslogtreecommitdiff
path: root/openbox/actions/showmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions/showmenu.c')
-rw-r--r--openbox/actions/showmenu.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/actions/showmenu.c b/openbox/actions/showmenu.c
index 9590bd15..546be5a8 100644
--- a/openbox/actions/showmenu.c
+++ b/openbox/actions/showmenu.c
@@ -12,8 +12,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
void action_showmenu_startup(void)
{
- actions_register("ShowMenu", setup_func, free_func, run_func,
- NULL, NULL);
+ actions_register("ShowMenu", setup_func, free_func, run_func);
}
static gpointer setup_func(xmlNodePtr node)