From: Dana Jansens Date: Mon, 5 Mar 2007 16:27:02 +0000 (+0000) Subject: was looking for menu items font in the wrong place X-Git-Tag: openbox-3_3_991-RELEASE~399 X-Git-Url: http://git.openbox.org/?p=dana%2Fopenbox.git;a=commitdiff_plain;h=b31189b91af51b272d812d50736a138be0da0634 was looking for menu items font in the wrong place --- diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c index c03bd29..62625a5 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=")))