Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorBenjamin Berg <benjamin@sipsolutions.net>2008-01-27 16:54:26 (GMT)
committer Benjamin Berg <benjamin@sipsolutions.net>2008-01-27 16:54:26 (GMT)
commitaad99e1954cafa1cde27b5ccb744a31e26cb635a (patch)
tree1bedb092f7a46f531cba1753f04823bdc6e6b876 /gtk
parent785579323728c421b40de6a0b26bc316ad0e2743 (diff)
Use the insensitive color from the theme as the base for insensitive
icons instead of an hardcoded value.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/engine/sugar-style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/engine/sugar-style.c b/gtk/engine/sugar-style.c
index 5f6d30a..997b72d 100644
--- a/gtk/engine/sugar-style.c
+++ b/gtk/engine/sugar-style.c
@@ -845,7 +845,7 @@ sugar_style_render_icon (GtkStyle *style,
base = base / 3;
}
- stated = sugar_get_insensitive_icon (scaled, 25, 127);
+ stated = sugar_get_insensitive_icon (scaled, 25, base);
/* Unref the scaled one. */
g_object_unref (scaled);