was reading the menu bullet color into the wrong place
This commit is contained in:
parent
5c0f10b6b6
commit
43c8a3d2bf
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
|
||||||
"menu.frame.textColor", &theme->menu_color))
|
"menu.frame.textColor", &theme->menu_color))
|
||||||
theme->menu_color = RrColorNew(inst, 0xff, 0xff, 0xff);
|
theme->menu_color = RrColorNew(inst, 0xff, 0xff, 0xff);
|
||||||
if (!read_color(db, inst,
|
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);
|
theme->menu_bullet_color = RrColorNew(inst, 0, 0, 0);
|
||||||
if (!read_color(db, inst,
|
if (!read_color(db, inst,
|
||||||
"menu.frame.disableColor", &theme->menu_disabled_color))
|
"menu.frame.disableColor", &theme->menu_disabled_color))
|
||||||
|
|
Loading…
Reference in a new issue