Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-09-10 09:00:31 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-09-10 09:00:31 (GMT)
commitfdb00469c191aa1c75a6a70b9dce30f712193298 (patch)
tree77e63930102ea795b5d925359458ac00615cf44e
parent868c9293ac451db0e72c227d58534b60eb01938a (diff)
Remove prelit invert effect for icons (garycmartin) #1313
-rw-r--r--src/sugar/graphics/icon.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sugar/graphics/icon.py b/src/sugar/graphics/icon.py
index 3dc7bb8..346a2d0 100644
--- a/src/sugar/graphics/icon.py
+++ b/src/sugar/graphics/icon.py
@@ -1093,8 +1093,8 @@ class CellRendererIcon(gtk.GenericCellRenderer):
if self._xo_color is not None:
stroke_color = self._xo_color.get_stroke_color()
fill_color = self._xo_color.get_fill_color()
- prelit_fill_color = stroke_color
- prelit_stroke_color = fill_color
+ prelit_fill_color = None
+ prelit_stroke_color = None
else:
stroke_color = self._stroke_color
fill_color = self._fill_color