From: Dana Jansens Date: Sat, 26 Jul 2003 06:43:01 +0000 (+0000) Subject: the parsing shit changed but this didnt yet X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=61176f75fb0a899f45731dd046c56f15f49d1b3d;p=chaz%2Fopenbox the parsing shit changed but this didnt yet --- diff --git a/plugins/placement/placement.c b/plugins/placement/placement.c index 599d58a9..35d6b3c9 100644 --- a/plugins/placement/placement.c +++ b/plugins/placement/placement.c @@ -13,6 +13,7 @@ static void parse_xml(xmlDocPtr doc, xmlNodePtr node, void *d) { xmlNodePtr n; + node = node->xmlChildrenNode; if ((n = parse_find_node("remember", node))) history = parse_bool(doc, n); }