diff --git a/sugar/graphics/icon.py b/sugar/graphics/icon.py index 41df32b0..53db97d5 100644 --- a/sugar/graphics/icon.py +++ b/sugar/graphics/icon.py @@ -357,7 +357,7 @@ class Icon(gtk.Image): elif pspec.name == 'fill-color': self._buffer.fill_color = value elif pspec.name == 'stroke-color': - self._buffer.fill_color = value + self._buffer.stroke_color = value elif pspec.name == 'badge-name': self._buffer.badge_name = value else: