diff options
Diffstat (limited to 'openbox/actions/showdesktop.c')
| -rw-r--r-- | openbox/actions/showdesktop.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); } |
