X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Factions%2Fdecorations.c;h=a8f0929cf7e39c46e504ab7d6c6c4528d7e755fe;hb=e5aee030e5d6a0234820f849a4248ea797c2115f;hp=8a816ae46d871f7277f0bc9b5d5430947d2961e7;hpb=d846979db91a81781993b3e14f6bc0803b9c3ed1;p=chaz%2Fopenbox diff --git a/openbox/actions/decorations.c b/openbox/actions/decorations.c index 8a816ae4..a8f0929c 100644 --- a/openbox/actions/decorations.c +++ b/openbox/actions/decorations.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("decorations", node))) { + if ((n = parse_find_node("state", node))) { gchar *s = parse_string(doc, n); if (g_ascii_strcasecmp(s, "toggle")) { o->toggle = FALSE;