From: Dana Jansens Date: Sat, 26 Jul 2003 06:43:01 +0000 (+0000) Subject: the parsing shit changed but this didnt yet X-Git-Tag: openbox-3_0-rc1-RELEASE~770 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=61176f75fb0a899f45731dd046c56f15f49d1b3d;p=dana%2Fopenbox.git 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); }