Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2010-09-21 06:24:53 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-09-21 06:24:53 (GMT)
commit0d5065932c2ca1c613388c2f987d5aa9d5af440e (patch)
tree8730f39dd7caf9718c8847a3d052023704f824a3
parentab9a0d9539707643d7a4cbc4527e229102a5c934 (diff)
fixed bug in macro definition
-rw-r--r--TurtleArt/taconstants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/TurtleArt/taconstants.py b/TurtleArt/taconstants.py
index 9e18c5a..3a5af72 100644
--- a/TurtleArt/taconstants.py
+++ b/TurtleArt/taconstants.py
@@ -1089,5 +1089,5 @@ MACROS = {
[19, 'description', 0, 0, [18, None]],
[20, 'sandwichbottom', 0, 0, [18, None]]],
'reskin':
- [[0, 'skin', 0, 0, [None, 1]],
+ [[0, 'skin', 0, 0, [None, 1, None]],
[1, 'journal', 0, 0, [0, None]]] }