From: Dana Jansens Date: Fri, 13 Jul 2007 21:15:57 +0000 (-0400) Subject: moev showdesktop back to ToggleShowDesktop X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=0401e73fb8330a0033f36fca2a18f9df0e418cba;p=chaz%2Fopenbox moev showdesktop back to ToggleShowDesktop --- 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);