]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/decorations.c
add the layer action
[chaz/openbox] / openbox / actions / decorations.c
index 8a816ae46d871f7277f0bc9b5d5430947d2961e7..a8f0929cf7e39c46e504ab7d6c6c4528d7e755fe 100644 (file)
@@ -27,7 +27,7 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node)
     o = g_new0(Options, 1);
     o->toggle = TRUE;
 
-    if ((n = parse_find_node("decorations", node))) {
+    if ((n = parse_find_node("state", node))) {
         gchar *s = parse_string(doc, n);
         if (g_ascii_strcasecmp(s, "toggle")) {
             o->toggle = FALSE;
This page took 0.021938 seconds and 4 git commands to generate.