]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/close.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / actions / close.c
index ab75e05da4d1578ce5bf4c983c3467c66e0ac62f..d2bc96c2166e424eacbb9c550f50d3f5bda332ce 100644 (file)
@@ -7,8 +7,7 @@ void action_close_startup(void)
 {
     actions_register("Close",
                      NULL, NULL,
-                     run_func,
-                     NULL, NULL);
+                     run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.022014 seconds and 4 git commands to generate.