]> Dogcows Code - chaz/openbox/commitdiff
was reading the menu bullet color into the wrong place
authorDana Jansens <danakj@orodu.net>
Thu, 14 Aug 2003 19:31:49 +0000 (19:31 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 14 Aug 2003 19:31:49 +0000 (19:31 +0000)
render/theme.c

index 6e7d43c5be10ca9d53a581b6a90c41915feb8632..6880f008a44665b691c9f7967d6ab8506e63fe50 100644 (file)
@@ -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))
This page took 0.024174 seconds and 4 git commands to generate.