diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-01-27 21:03:55 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-01-27 21:03:55 +0100 |
| commit | d7837051412b03ef167744d26043c0413614f85b (patch) | |
| tree | 8a8fd6f384e760aab164dbf4e527322b34771f10 /openbox/config.c | |
| parent | dd740b5562806a6b4692c938ad0e903ad89b6193 (diff) | |
Change <placeOn> to <monitor>.
Diffstat (limited to 'openbox/config.c')
| -rw-r--r-- | openbox/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
