Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index fd1d949..a323b9f 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -1130,7 +1130,7 @@ class TurtleArtWindow():
blk.expand_in_x(dx)
for b in group:
b.spr.move_relative((dx*blk.scale, 0))
- elif blk.name=='list':
+ elif blk.name=='templatelist':
n = len(blk.connections)
group = self._find_group(blk.connections[n-1])
dy = blk.add_arg()