Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-27 09:07:46 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-08-27 09:07:46 (GMT)
commitb70182bbde5c177ccaac611da64ae5e3f667cf09 (patch)
tree8be20fe282d543f94c0d00555500b945146b42f0 /sugar
parent14d51cc3818272ce79931d3e225eba0a46fc3816 (diff)
Fix typo.
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: