]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
the execute action works again.
[chaz/openbox] / openbox / openbox.c
index ae1232fa7ac10e0e6e6cc96bde3a2a5ea6eda54d..250ca6d07f465753515259a96698131618574f1c 100644 (file)
@@ -28,6 +28,7 @@
 #include "xerror.h"
 #include "prop.h"
 #include "screen.h"
+#include "actions.h"
 #include "startupnotify.h"
 #include "focus.h"
 #include "focus_cycle.h"
@@ -239,6 +240,8 @@ gint main(gint argc, gchar **argv)
                    of the rc */
                 i = parse_startup();
 
+                /* register all the available actions */
+                actions_startup(reconfigure);
                 /* start up config which sets up with the parser */
                 config_startup(i);
 
@@ -374,6 +377,7 @@ gint main(gint argc, gchar **argv)
             window_shutdown(reconfigure);
             event_shutdown(reconfigure);
             config_shutdown();
+            actions_shutdown(reconfigure);
             modkeys_shutdown(reconfigure);
         } while (reconfigure);
     }
This page took 0.020467 seconds and 4 git commands to generate.