summaryrefslogtreecommitdiff
path: root/render/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/theme.c')
-rw-r--r--render/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/theme.c b/render/theme.c
index 6e7d43c5..6880f008 100644
--- a/render/theme.c
+++ b/render/theme.c
@@ -244,7 +244,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
"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))