Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-08-27 10:23:19 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-27 10:23:19 (GMT)
commit4d87939eeff187faabc1373c4574c7d4d8980b33 (patch)
tree6c408eb7efe7adf0a134ae7d4df999e54200fcf8
parent42d0085b0b0940f4d0730912cfe38971b1ba5a04 (diff)
parentb70182bbde5c177ccaac611da64ae5e3f667cf09 (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/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: