diff options
| author | Dana Jansens <danakj@orodu.net> | 2009-11-24 19:36:18 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2009-11-24 19:36:18 -0500 |
| commit | 7f36e21ea9d86df5e6fa62d2888891ed957c4639 (patch) | |
| tree | 7835746fdab5d9e95fc6ca0d1b51169579baa3ae /openbox/actions/all.c | |
| parent | ada5de28f71efaa5584709673cc49cdb3b703299 (diff) | |
Combine the Exit and SessionLogout actions
Just "do the right thing" based on if you are connected to a session manager
or not.
Diffstat (limited to 'openbox/actions/all.c')
| -rw-r--r-- | openbox/actions/all.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c index c86c4281..47141ac6 100644 --- a/openbox/actions/all.c +++ b/openbox/actions/all.c @@ -9,7 +9,6 @@ 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(); |
