]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/shade.c
add the layer action
[chaz/openbox] / openbox / actions / shade.c
index f5c111b9866009b4d89d1a94ecb2a2699740946a..d28f91ed8863363c4e0e7c1e3d131625969a760d 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("shade", 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.02143 seconds and 4 git commands to generate.