moev showdesktop back to ToggleShowDesktop
This commit is contained in:
parent
6689ad2320
commit
0401e73fb8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
|
||||||
|
|
||||||
void action_showdesktop_startup()
|
void action_showdesktop_startup()
|
||||||
{
|
{
|
||||||
actions_register("ShowDesktop",
|
actions_register("ToggleShowDesktop",
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
run_func,
|
run_func,
|
||||||
NULL, NULL);
|
NULL, NULL);
|
||||||
|
|
Loading…
Reference in a new issue