summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-03-05 16:27:02 +0000
committerDana Jansens <danakj@orodu.net>2007-03-05 16:27:02 +0000
commitb31189b91af51b272d812d50736a138be0da0634 (patch)
tree9e3b7e0c09ac5f451e6561fa73a64c178064ed86
parent358c203df2c01bfa78a7a4228b02a513ef521a01 (diff)
was looking for menu items font in the wrong place
-rw-r--r--tools/themetoxml/themetoxml.c2
1 files changed, 1 insertions, 1 deletions
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=")))