X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tools%2Fthemetoxml%2Fthemetoxml.c;h=bdb331b8ae77474a66e55dcf72359e22e85c4c6d;hb=47c8d407295bd910b2482f472d0a7e3892031647;hp=ace17bf8f824b2034bfd405d2cc193e5777dee1c;hpb=4845f271d9531aa718ee835b6a9645a67101261d;p=chaz%2Fopenbox diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c index ace17bf8..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", ""); @@ -346,7 +346,7 @@ int main(int argc, char **argv) CONT3("dimensions", "window", "border", NUM(i)); CONT3("dimensions", "menu", "border", NUM(i)); } - if (read_int(db, "menu.border.width", &i)) + if (read_int(db, "menu.border.width", &i)) CONT3("dimensions", "menu", "border", NUM(i)); if (read_color(db, "border.color", &i, &j, &k)) {