X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fshade.c;h=d28f91ed8863363c4e0e7c1e3d131625969a760d;hb=5ae93282f93ecafc491202a363f944d9604d3437;hp=f5c111b9866009b4d89d1a94ecb2a2699740946a;hpb=d468f85300f2ec00daa08754f8e782c75a1f8590;p=chaz%2Fopenbox diff --git a/openbox/actions/shade.c b/openbox/actions/shade.c index f5c111b9..d28f91ed 100644 --- a/openbox/actions/shade.c +++ b/openbox/actions/shade.c @@ -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;