diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-13 17:14:33 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-07-13 17:14:33 -0400 |
| commit | 6689ad2320ecb7856f5277acb73b6df213fa98c4 (patch) | |
| tree | 403299ac9bd1da3cd1bffa3b288a6db2049ac0da /openbox/actions/all.c | |
| parent | c6f2875d61ce038bcc3b28e28aa26a0648efd752 (diff) | |
move menu action back to ShowMenu
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 2 |
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(); |
