Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-23 22:13:27 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-23 22:13:27 (GMT)
commit154ff98581f12f4ec5bce7a37a15afe0d86f0a36 (patch)
tree8c978be1ded04389790e4d24868abcdca5a4c023 /tawindow.py
parent853c5a909ad06a2040db8b8facf81fa15b4d71da (diff)
multiple label support
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index eadcb58..4b9daa2 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -907,7 +907,7 @@ class TurtleArtWindow():
# newspr = Sprite(self,x-20,y-20,self.media_shapes['pythonloaded'])
else:
newblk = block.Block(self.block_list, self.sprite_list, proto.name,
- x-20, y-20, [proto.name])
+ x-20, y-20, [])
newspr = newblk.spr
newspr.set_layer(TOP_LAYER)
self.dragpos = 20, 20