diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:09:57 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-06-22 14:09:57 +0000 |
| commit | 6c5f6ed1f5d501c79977a55c0f2430ebdd32ef6c (patch) | |
| tree | a597f90dd3de04e455a0942f79307dcb65428caa /Makefile.am | |
| parent | d642be361fde438e2b29b7374b4d6465f47ad9e9 (diff) | |
remove the activate action, make the focus action "activate" but not raise or unshade
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 61bc0b3d..a1bc2645 100644 --- a/Makefile.am +++ b/Makefile.am @@ -156,13 +156,13 @@ openbox_openbox_SOURCES = \ gettext.h \ openbox/actions/all.c \ openbox/actions/all.h \ - openbox/actions/activate.c \ openbox/actions/breakchroot.c \ openbox/actions/close.c \ openbox/actions/cyclewindows.c \ openbox/actions/debug.c \ openbox/actions/execute.c \ openbox/actions/exit.c \ + openbox/actions/focus.c \ openbox/actions/move.c \ openbox/actions/reconfigure.c \ openbox/actions/restart.c \ |
