From: Dana Jansens Date: Thu, 14 Aug 2003 19:31:49 +0000 (+0000) Subject: was reading the menu bullet color into the wrong place X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=43c8a3d2bf92a543c6ed167b78a350f8979cb462;p=chaz%2Fopenbox was reading the menu bullet color into the wrong place --- 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))