summaryrefslogtreecommitdiff
path: root/openbox/actions/execute.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions/execute.c')
-rw-r--r--openbox/actions/execute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/execute.c b/openbox/actions/execute.c
index 4d29fc19..bde7f5d2 100644
--- a/openbox/actions/execute.c
+++ b/openbox/actions/execute.c
@@ -33,7 +33,7 @@ static void i_cancel_func(gpointer options);
void action_execute_startup(void)
{
- actions_register("Execute", setup_func, free_func, run_func, NULL, NULL);
+ actions_register("Execute", setup_func, free_func, run_func);
}
static gpointer setup_func(xmlNodePtr node)