]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/reconfigure.c
Merge branch 'master' into chaz
[chaz/openbox] / openbox / actions / reconfigure.c
index cef814149d6ac334e7358572df6316a300b304df..813a12210ed3ad763e79c0f5a2cfd5cbd2417dd3 100644 (file)
@@ -5,10 +5,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
 
 void action_reconfigure_startup(void)
 {
-    actions_register("Reconfigure",
-                     NULL, NULL,
-                     run_func,
-                     NULL, NULL);
+    actions_register("Reconfigure", NULL, NULL, run_func);
 }
 
 /* Always return FALSE because its not interactive */
This page took 0.020026 seconds and 4 git commands to generate.