summaryrefslogtreecommitdiff
path: root/openbox/actions/all.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-06-22 03:45:53 +0000
committerDana Jansens <danakj@orodu.net>2007-06-22 03:45:53 +0000
commit9dacac5e5e6b9ed86e76680b048bc227d8866ac6 (patch)
treee154b3b5b959d06060e66ddb21466e075a8d364a /openbox/actions/all.c
parentb76ec18d1c8857cf32598c822364298fc535c84e (diff)
added the debug 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 7c0b253e..09eae59a 100644
--- a/openbox/actions/all.c
+++ b/openbox/actions/all.c
@@ -3,4 +3,5 @@
void action_all_startup()
{
action_execute_startup();
+ action_debug_startup();
}