summaryrefslogtreecommitdiff
path: root/openbox/actions/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/actions/exit.c')
-rw-r--r--openbox/actions/exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/actions/exit.c b/openbox/actions/exit.c
index 3bfebbce..55d89a0b 100644
--- a/openbox/actions/exit.c
+++ b/openbox/actions/exit.c
@@ -13,8 +13,8 @@ static gboolean run_func(ObActionsData *data, gpointer options);
void action_exit_startup(void)
{
- actions_register("Exit", setup_func, NULL, run_func, NULL, NULL);
- actions_register("SessionLogout", setup_func, NULL, run_func, NULL, NULL);
+ actions_register("Exit", setup_func, NULL, run_func);
+ actions_register("SessionLogout", setup_func, NULL, run_func);
}
static gpointer setup_func(xmlNodePtr node)