summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 03:57:48 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 03:57:48 +0000
commit1b7e813c62a6e54690d15550d51ac4269e63f346 (patch)
tree0187eabee5053f09e22d2b73db2672fd2763520d /openbox/actions/all.c
parent38268dc917ac9e59d9e8ef87825c9489ced77e95 (diff)
add the showdesktop action
Diffstat (limited to 'openbox/actions/all.c')
-rw-r--r--openbox/actions/all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c
index e0485ebe..077f394b 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -5,4 +5,5 @@ void action_all_startup()
action_execute_startup();
action_debug_startup();
action_showmenu_startup();
+ action_showdesktop_startup();
}