Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-08 13:17:21 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-08 13:17:21 (GMT)
commit98f09d2bb1652b8caaab430f4f460e37a8efc58e (patch)
treeacf4f0c100f5debc613ca8ec57cb06cfe1578dcb
parent6e6e934eca364e404de4faf635d6d0aa5aaefc9d (diff)
fixed block-namin problem with bulleted list
-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()