diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-03-05 16:27:02 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-03-05 16:27:02 +0000 |
| commit | b31189b91af51b272d812d50736a138be0da0634 (patch) | |
| tree | 9e3b7e0c09ac5f451e6561fa73a64c178064ed86 /tools | |
| parent | 358c203df2c01bfa78a7a4228b02a513ef521a01 (diff) | |
was looking for menu items font in the wrong place
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/themetoxml/themetoxml.c | 2 |
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="))) |
