diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c index c03bd29f..62625a52 100644 --- a/tools/themetoxml/themetoxml.c +++ b/tools/themetoxml/themetoxml.c @@ -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=")))