]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/dockautohide.c
change the <execute> to <command> in the mouse focus example
[chaz/openbox] / openbox / actions / dockautohide.c
index e7f650551550cd791b4d999f27c694414e489c24..9e035b819a2c92625c538dba253e9dac74e6621a 100644 (file)
@@ -6,7 +6,7 @@ static gboolean run_func(ObActionsData *data, gpointer options);
 
 void action_dockautohide_startup()
 {
-    actions_register("DockAutoHide",
+    actions_register("ToggleDockAutoHide",
                      NULL, NULL,
                      run_func,
                      NULL, NULL);
This page took 0.025414 seconds and 4 git commands to generate.