diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-03-02 02:50:19 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-03-02 03:46:22 -0500 |
| commit | 4d098217301086d5ab142d6c4184f01d18c8b329 (patch) | |
| tree | 4bbe63dc780f2115cbdcbbccb57e9b543e5806cd /openbox/actions/all.c | |
| parent | b20ef1556a582bdf91578b17344feb0048ca208b (diff) | |
add a SessionLogout action
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c index 47141ac6..c86c4281 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -9,6 +9,7 @@ void action_all_startup(void) action_reconfigure_startup(); action_exit_startup(); action_restart_startup(); + action_session_startup(); action_cyclewindows_startup(); action_breakchroot_startup(); action_close_startup(); |
