summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 04:01:36 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 04:01:36 +0000
commit5d57a39b702a0f198c8a180a20058e3c82615523 (patch)
treef4d99e1ccd99262c51b58e841f2094c8f9cedb3a /openbox/actions/all.c
parent1b7e813c62a6e54690d15550d51ac4269e63f346 (diff)
add exit and reconfigure actions
Diffstat (limited to 'openbox/actions/all.c')
-rw-r--r--openbox/actions/all.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c
index 077f394b..13068b7b 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -6,4 +6,6 @@ void action_all_startup()
action_debug_startup();
action_showmenu_startup();
action_showdesktop_startup();
+ action_reconfigure_startup();
+ action_exit_startup();
}