From 2e365ed23204df88a05bee74b3e43879cd8ad3df Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 02 Feb 2010 21:51:28 +0000 Subject: fixed load_start bug --- 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 -- cgit v0.9.1