summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 14:09:57 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 14:09:57 +0000
commit6c5f6ed1f5d501c79977a55c0f2430ebdd32ef6c (patch)
treea597f90dd3de04e455a0942f79307dcb65428caa /openbox/actions/all.c
parentd642be361fde438e2b29b7374b4d6465f47ad9e9 (diff)
remove the activate action, make the focus action "activate" but not raise or unshade
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 a65d76b5..71e439e6 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -10,8 +10,8 @@ void action_all_startup()
action_exit_startup();
action_restart_startup();
action_cyclewindows_startup();
- action_activate_startup();
action_breakchroot_startup();
action_close_startup();
action_move_startup();
+ action_focus_startup();
}