Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/test-spread-box.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-23 16:08:37 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-23 16:08:37 (GMT)
commita2e5b9308e08637afc3eeb3bd9a6b0634e1b7fe1 (patch)
tree6c946b47fef417bda65d018c04f8faf2914debce /tests/test-spread-box.py
parent97e64751cccc3f31dedbd184afc049daf0301afc (diff)
Rename color property in CanvasIcon to xo-color and added properties fill-color and stroke-color.
Diffstat (limited to 'tests/test-spread-box.py')
-rwxr-xr-xtests/test-spread-box.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-spread-box.py b/tests/test-spread-box.py
index ba774c4..f727094 100755
--- a/tests/test-spread-box.py
+++ b/tests/test-spread-box.py
@@ -33,7 +33,7 @@ from sugar.graphics.canvasicon import CanvasIcon
def _create_icon():
color = XoColor()
- icon = CanvasIcon(size=100, color=color,
+ icon = CanvasIcon(size=100, xo_color=color,
icon_name='stock-buddy')
box.add_item(icon)