was reading the menu bullet color into the wrong place

This commit is contained in:
Dana Jansens 2003-08-14 19:31:49 +00:00
parent 5c0f10b6b6
commit 43c8a3d2bf

View file

@ -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))