summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-13 17:15:57 -0400
committerDana Jansens <danakj@orodu.net>2007-07-13 17:15:57 -0400
commit0401e73fb8330a0033f36fca2a18f9df0e418cba (patch)
treeabf6a00057d34fdec67f418cbb7e9c59b3f2923d
parent6689ad2320ecb7856f5277acb73b6df213fa98c4 (diff)
moev showdesktop back to ToggleShowDesktop
-rw-r--r--openbox/actions/showdesktop.c2
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);