]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/breakchroot.c
Make it possible for an action name to choose whether it is interactive or not based...
[chaz/openbox] / openbox / actions / breakchroot.c
index 9804091b43c3ea1ccc1e13891690a4cac4d50109..8c004582cc95b49fe801b94723cc002e542a4e6a 100644 (file)
@@ -7,8 +7,7 @@ void action_breakchroot_startup(void)
 {
     actions_register("BreakChroot",
                      NULL, NULL,
-                     run_func,
-                     NULL, NULL);
+                     run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.024038 seconds and 4 git commands to generate.