all repos — openbox @ 43c8a3d2bf92a543c6ed167b78a350f8979cb462

openbox fork - make it a bit more like ryudo

was reading the menu bullet color into the wrong place
Dana Jansens danakj@orodu.net
commit

43c8a3d2bf92a543c6ed167b78a350f8979cb462

parent

5c0f10b6b6602c18b211b6ebca6ec93557c8cea7

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

jump to
M render/theme.crender/theme.c

@@ -244,7 +244,7 @@ if (!read_color(db, inst,

"menu.frame.textColor", &theme->menu_color)) theme->menu_color = RrColorNew(inst, 0xff, 0xff, 0xff); if (!read_color(db, inst, - "menu.bullet.picColor", &theme->menu_color)) + "menu.bullet.picColor", &theme->menu_bullet_color)) theme->menu_bullet_color = RrColorNew(inst, 0, 0, 0); if (!read_color(db, inst, "menu.frame.disableColor", &theme->menu_disabled_color))