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-02 21:51:28 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-02 21:51:28 (GMT)
commit2e365ed23204df88a05bee74b3e43879cd8ad3df (patch)
treedb539bd19d7dad9c9108e9e9754e5062536ccd65
parentbbbb8ae79008517116c4dcde85037200996c83f7 (diff)
fixed load_start bug
-rw-r--r--tawindow.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tawindow.py b/tawindow.py
index d4c81d0..92e84f5 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -1622,9 +1622,8 @@ class TurtleArtWindow():
#
# Start a new project with a 'start' brick
#
- def load_start(self):
- self.clone_stack("%s%s%s" % ("[[0,[\"start\",\"", _("start"),
- "\"],250,250,[null,null]]]"))
+ def load_start(self):
+ self.process_data([[0, "start", 218, 224, [None, None]]])
#
# Start a project to a file