diff options
| -rw-r--r-- | openbox/actions/showdesktop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/showdesktop.c b/openbox/actions/showdesktop.c index 8781f95d..03528362 100644 --- a/openbox/actions/showdesktop.c +++ b/openbox/actions/showdesktop.c @@ -5,7 +5,7 @@ static gboolean run_func(ObActionsData *data, gpointer options); void action_showdesktop_startup() { - actions_register("ShowDesktop", + actions_register("ToggleShowDesktop", NULL, NULL, run_func, NULL, NULL); |
