From 5d57a39b702a0f198c8a180a20058e3c82615523 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 22 Jun 2007 04:01:36 +0000 Subject: add exit and reconfigure actions --- openbox/actions/showdesktop.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/actions/showdesktop.c') diff --git a/openbox/actions/showdesktop.c b/openbox/actions/showdesktop.c index 2699b1bc..8781f95d 100644 --- a/openbox/actions/showdesktop.c +++ b/openbox/actions/showdesktop.c @@ -6,8 +6,7 @@ static gboolean run_func(ObActionsData *data, gpointer options); void action_showdesktop_startup() { actions_register("ShowDesktop", - NULL, - NULL, + NULL, NULL, run_func, NULL, NULL); } -- cgit v1.2.3