From 4de5230cec5cc51e015f71608a05e8c08e034fcd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 Jul 2003 19:43:05 +0000 Subject: [PATCH] typo thanks merry --- render/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render/theme.c b/render/theme.c index 7f67b47a..b9172b69 100644 --- a/render/theme.c +++ b/render/theme.c @@ -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 = -- 2.39.2