all repos — openbox @ b31189b91af51b272d812d50736a138be0da0634

openbox fork - make it a bit more like ryudo

was looking for menu items font in the wrong place
Dana Jansens danakj@orodu.net
commit

b31189b91af51b272d812d50736a138be0da0634

parent

358c203df2c01bfa78a7a4228b02a513ef521a01

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M tools/themetoxml/themetoxml.ctools/themetoxml/themetoxml.c

@@ -524,7 +524,7 @@ COLOR5("menu","title","text","shadow","primary",j,j,j,i);

} } - 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=")))