From 43c8a3d2bf92a543c6ed167b78a350f8979cb462 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 14 Aug 2003 19:31:49 +0000 Subject: [PATCH] was reading the menu bullet color into the wrong place --- render/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2