diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-13 17:15:57 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-13 17:15:57 -0400 |
| commit | 0401e73fb8330a0033f36fca2a18f9df0e418cba (patch) | |
| tree | abf6a00057d34fdec67f418cbb7e9c59b3f2923d /openbox/actions | |
| parent | 6689ad2320ecb7856f5277acb73b6df213fa98c4 (diff) | |
moev showdesktop back to ToggleShowDesktop
Diffstat (limited to 'openbox/actions')
| -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); |
