From b70182bbde5c177ccaac611da64ae5e3f667cf09 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 27 Aug 2007 11:07:46 +0200 Subject: [PATCH] Fix typo. --- sugar/graphics/icon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: