summaryrefslogtreecommitdiff
path: root/tools/themetoxml
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-12 18:18:25 +0000
committerDana Jansens <danakj@orodu.net>2007-05-12 18:18:25 +0000
commit2ff10b4260fd01ebb69adc36e0dabb2fb6355885 (patch)
tree5732ca7a79fbfadeaaba224de363f460fa1d98ed /tools/themetoxml
parent5eba6007e78eb52da0a20e954fec9d88124c026d (diff)
relocate the xsd's so they don't clash, and point to the right places
Diffstat (limited to 'tools/themetoxml')
-rw-r--r--tools/themetoxml/themetoxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c
index d5fee29f..bdb331b8 100644
--- a/tools/themetoxml/themetoxml.c
+++ b/tools/themetoxml/themetoxml.c
@@ -325,7 +325,7 @@ int main(int argc, char **argv)
xmlSetProp(root, (const xmlChar*)"engine", (const xmlChar*)"box");
xmlSetProp(root, (const xmlChar*)"version", (const xmlChar*)"1");
xmlSetProp(root, (const xmlChar*)"xmlns",
- (const xmlChar*)"http://openbox.org/themerc");
+ (const xmlChar*)"http://openbox.org/4.0/themerc");
CONT2("about", "author", "");
CONT2("about", "email", "");
CONT2("about", "webpage", "");