]> Dogcows Code - chaz/openbox/commitdiff
Found a bug in one of the specialized button textures.
authorDave Foster <daf@minuslab.net>
Thu, 13 Sep 2007 22:00:24 +0000 (18:00 -0400)
committerMikael Magnusson <mikachu@gmail.com>
Thu, 14 Oct 2010 13:49:20 +0000 (15:49 +0200)
obrender/theme.c

index 8481eee3edd4633900b398a8a9e9e2365eabedd2..2df78d505cddf52966aa0692e1783567da4da685 100644 (file)
@@ -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",
This page took 0.024669 seconds and 4 git commands to generate.