X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fshowdesktop.c;h=03528362962111c350a2e36523deee4f27becb94;hb=2543dbbff86b76dd64e0f0e2765fad12de93fa08;hp=2699b1bca77675363a53653c5a6375689759550d;hpb=1b7e813c62a6e54690d15550d51ac4269e63f346;p=chaz%2Fopenbox diff --git a/openbox/actions/showdesktop.c b/openbox/actions/showdesktop.c index 2699b1bc..03528362 100644 --- a/openbox/actions/showdesktop.c +++ b/openbox/actions/showdesktop.c @@ -5,9 +5,8 @@ static gboolean run_func(ObActionsData *data, gpointer options); void action_showdesktop_startup() { - actions_register("ShowDesktop", - NULL, - NULL, + actions_register("ToggleShowDesktop", + NULL, NULL, run_func, NULL, NULL); }