X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fshowdesktop.c;h=03528362962111c350a2e36523deee4f27becb94;hb=2543dbbff86b76dd64e0f0e2765fad12de93fa08;hp=8781f95d42a79f776f95955f9400bad0feec8dfe;hpb=5d57a39b702a0f198c8a180a20058e3c82615523;p=chaz%2Fopenbox 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);