diff options
| author | Dave Foster <daf@minuslab.net> | 2007-09-13 18:00:24 -0400 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@gmail.com> | 2010-10-14 15:49:20 +0200 |
| commit | ef8108695f2b205ecfaaa777f2605f108b93c8b4 (patch) | |
| tree | d84b8234d988eae16557a124c13e93235bcfb2bc /obrender | |
| parent | ccd4d460e528b4d07b3f47640870382da69f41db (diff) | |
Found a bug in one of the specialized button textures.
Diffstat (limited to 'obrender')
| -rw-r--r-- | obrender/theme.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/obrender/theme.c b/obrender/theme.c index 8481eee3..2df78d50 100644 --- a/obrender/theme.c +++ b/obrender/theme.c @@ -663,10 +663,10 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, READ_APPEARANCE_COPY("window.inactive.button-max.disabled.bg", theme->a_disabled_unfocused_max, TRUE, a_disabled_unfocused_tmp); - READ_APPEARANCE_COPY("window.active.button-max.pressed.bg", + READ_APPEARANCE_COPY("window.active.button-max.hover.bg", theme->a_hover_focused_max, TRUE, a_hover_focused_tmp); - READ_APPEARANCE_COPY("window.inactive.button-max.pressed.bg", + READ_APPEARANCE_COPY("window.inactive.button-max.hover.bg", theme->a_hover_unfocused_max, TRUE, a_hover_unfocused_tmp); READ_APPEARANCE_COPY("window.active.button-max.unpressed.bg", @@ -733,10 +733,10 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, READ_APPEARANCE_COPY("window.inactive.button-desk.disabled.bg", theme->a_disabled_unfocused_desk, TRUE, a_disabled_unfocused_tmp); - READ_APPEARANCE_COPY("window.active.button-desk.pressed.bg", + READ_APPEARANCE_COPY("window.active.button-desk.hover.bg", theme->a_hover_focused_desk, TRUE, a_hover_focused_tmp); - READ_APPEARANCE_COPY("window.inactive.button-desk.pressed.bg", + READ_APPEARANCE_COPY("window.inactive.button-desk.hover.bg", theme->a_hover_unfocused_desk, TRUE, a_hover_unfocused_tmp); READ_APPEARANCE_COPY("window.active.button-desk.unpressed.bg", @@ -777,10 +777,10 @@ RrTheme* RrThemeNew(const RrInstance *inst, const gchar *name, READ_APPEARANCE_COPY("window.inactive.button-shade.disabled.bg", theme->a_disabled_unfocused_shade, TRUE, a_disabled_unfocused_tmp); - READ_APPEARANCE_COPY("window.active.button-shade.pressed.bg", + READ_APPEARANCE_COPY("window.active.button-shade.hover.bg", theme->a_hover_focused_shade, TRUE, a_hover_focused_tmp); - READ_APPEARANCE_COPY("window.inactive.button-shade.pressed.bg", + READ_APPEARANCE_COPY("window.inactive.button-shade.hover.bg", theme->a_hover_unfocused_shade, TRUE, a_hover_unfocused_tmp); READ_APPEARANCE_COPY("window.active.button-shade.unpressed.bg", |
