]> Dogcows Code - chaz/openbox/commitdiff
typo thanks merry
authorDana Jansens <danakj@orodu.net>
Mon, 28 Jul 2003 19:43:05 +0000 (19:43 +0000)
committerDana Jansens <danakj@orodu.net>
Mon, 28 Jul 2003 19:43:05 +0000 (19:43 +0000)
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.025596 seconds and 4 git commands to generate.