]> Dogcows Code - chaz/openbox/blobdiff - tools/themetoxml/themetoxml.c
was looking for menu items font in the wrong place
[chaz/openbox] / tools / themetoxml / themetoxml.c
index c03bd29fcb4ad3b02b64c5fc47cb7a480567eb28..62625a52fe086ee0c1f8a7f81fa45d692717848e 100644 (file)
@@ -524,7 +524,7 @@ int main(int argc, char **argv)
         }
     }
 
-    if (read_string(db, "menu.items.text.font", &s)) {
+    if (read_string(db, "menu.items.font", &s)) {
         char *p;
         if (strstr(s, "shadow=y")) {
             if ((p = strstr(s, "shadowoffset=")))
This page took 0.022812 seconds and 4 git commands to generate.