From b31189b91af51b272d812d50736a138be0da0634 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 5 Mar 2007 16:27:02 +0000 Subject: [PATCH] was looking for menu items font in the wrong place --- tools/themetoxml/themetoxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="))) -- 1.9.1