summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-13 17:14:33 -0400
committerDana Jansens <danakj@orodu.net>2007-07-13 17:14:33 -0400
commit6689ad2320ecb7856f5277acb73b6df213fa98c4 (patch)
tree403299ac9bd1da3cd1bffa3b288a6db2049ac0da /openbox/actions/all.c
parentc6f2875d61ce038bcc3b28e28aa26a0648efd752 (diff)
move menu action back to ShowMenu
Diffstat (limited to 'openbox/actions/all.c')
-rw-r--r--openbox/actions/all.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c
index f1ae5be2..430d781d 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -4,7 +4,7 @@ void action_all_startup()
{
action_execute_startup();
action_debug_startup();
- action_menu_startup();
+ action_showmenu_startup();
action_showdesktop_startup();
action_reconfigure_startup();
action_exit_startup();