From d7837051412b03ef167744d26043c0413614f85b Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 27 Jan 2008 21:03:55 +0100 Subject: [PATCH] Change to . --- data/rc.xml | 2 +- data/rc.xsd | 2 +- openbox/config.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/rc.xml b/data/rc.xml index ccaa8494..d164660d 100644 --- a/data/rc.xml +++ b/data/rc.xml @@ -35,7 +35,7 @@
yes
- Any + Any diff --git a/data/rc.xsd b/data/rc.xsd index bd4c0cb6..bc8a8fe6 100644 --- a/data/rc.xsd +++ b/data/rc.xsd @@ -54,7 +54,7 @@ - + diff --git a/openbox/config.c b/openbox/config.c index 5e6387bc..69904d85 100644 --- a/openbox/config.c +++ b/openbox/config.c @@ -491,7 +491,7 @@ static void parse_placement(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node, config_place_policy = OB_PLACE_POLICY_MOUSE; if ((n = parse_find_node("center", node))) config_place_center = parse_bool(doc, n); - if ((n = parse_find_node("placeOn", node))) { + if ((n = parse_find_node("monitor", node))) { if (parse_contains("active", doc, n)) config_place_monitor = OB_PLACE_MONITOR_ACTIVE; else if (parse_contains("mouse", doc, n)) -- 2.39.2