]> Dogcows Code - chaz/openbox/blobdiff - obrender/theme.c
Fix some rebase artifacts
[chaz/openbox] / obrender / theme.c
index 3ab2fd4ce9259c9aba03c7f36323bec0d23988cc..cd641f8ec7689bcb909467a01a41991e8efc5f03 100644 (file)
@@ -295,7 +295,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name,
 
     READ_COLOR_("osd.active.label.text.color",
                 "osd.label.text.color",
-                theme->osd_color, RrColorCopy(theme->title_focused_color));
+                theme->osd_text_active_color, RrColorCopy(theme->title_focused_color));
 
     READ_COLOR("window.inactive.label.text.color", theme->title_unfocused_color,
                RrColorCopy(theme->title_unfocused_color));
This page took 0.021534 seconds and 4 git commands to generate.