Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/graphics/icon.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-06-27 14:06:13 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-06-27 14:06:13 (GMT)
commit985edb0e4db5b0579373d140d3a34f2fa1428360 (patch)
treedea60bb57c6791f37194f89e72cc1fead2a008ec /src/sugar/graphics/icon.py
parentecea76479b3ea551d5964f8611cc4176bf3f0933 (diff)
Reduce motion are for treeview palettes to the bin window
Diffstat (limited to 'src/sugar/graphics/icon.py')
-rw-r--r--src/sugar/graphics/icon.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sugar/graphics/icon.py b/src/sugar/graphics/icon.py
index 1b85237..223ec98 100644
--- a/src/sugar/graphics/icon.py
+++ b/src/sugar/graphics/icon.py
@@ -1057,7 +1057,8 @@ class CellRendererIcon(gtk.GenericCellRenderer):
return False
- def on_render(self, window, widget, background_area, cell_area, expose_area, flags):
+ def on_render(self, window, widget, background_area, cell_area, expose_area,
+ flags):
has_prelit_colors = None not in [self._prelit_fill_color,
self._prelit_stroke_color]
if flags & gtk.CELL_RENDERER_PRELIT and has_prelit_colors and \