]> Dogcows Code - chaz/openbox/blobdiff - render/theme.c
attempt #2 at better logical size values
[chaz/openbox] / render / theme.c
index 7f67b47aa4888b5cc770fdd02f14de19866ff1de..b9172b69719f456a5fd1107ff72663bd8d72fc0a 100644 (file)
@@ -470,7 +470,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name)
     theme->a_hover_focused_iconify =
         RrAppearanceCopy(theme->a_hover_focused_max);
     theme->a_hover_unfocused_iconify =
-        RrAppearanceCopy(theme->a_hover_focused_max);
+        RrAppearanceCopy(theme->a_hover_unfocused_max);
     theme->a_unfocused_unpressed_iconify =
         RrAppearanceCopy(theme->a_unfocused_unpressed_max);
     theme->a_unfocused_pressed_iconify =
This page took 0.02015 seconds and 4 git commands to generate.