Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
Diffstat (limited to 'sugar')
-rw-r--r--sugar/graphics/icon.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/graphics/icon.py b/sugar/graphics/icon.py
index 41df32b..53db97d 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: