diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-28 19:43:05 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-28 19:43:05 +0000 |
| commit | 4de5230cec5cc51e015f71608a05e8c08e034fcd (patch) | |
| tree | 1afad187af2e4559204217e8ca32c11bbd01740b /render/theme.c | |
| parent | 742106511fbaca5ebef385a9c60c427e8dd7a6dd (diff) | |
typo thanks merry
Diffstat (limited to 'render/theme.c')
| -rw-r--r-- | render/theme.c | 2 |
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 = |
