summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 04:04:59 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 04:04:59 +0000
commit58d8b90122b33f608b5c4c5b91d15207eb2cecf1 (patch)
tree7cf62efd7464eea988414ad8db9a2c5cab128cb6 /openbox/actions/all.c
parent5d57a39b702a0f198c8a180a20058e3c82615523 (diff)
add restart action
Diffstat (limited to 'openbox/actions/all.c')
-rw-r--r--openbox/actions/all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/all.c b/openbox/actions/all.c
index 13068b7b..141fd12e 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -8,4 +8,5 @@ void action_all_startup()
action_showdesktop_startup();
action_reconfigure_startup();
action_exit_startup();
+ action_restart_startup();
}