summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-28 19:43:05 +0000
committerDana Jansens <danakj@orodu.net>2003-07-28 19:43:05 +0000
commit4de5230cec5cc51e015f71608a05e8c08e034fcd (patch)
tree1afad187af2e4559204217e8ca32c11bbd01740b /render
parent742106511fbaca5ebef385a9c60c427e8dd7a6dd (diff)
typo thanks merry
Diffstat (limited to 'render')
-rw-r--r--render/theme.c2
1 files changed, 1 insertions, 1 deletions
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 =