Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tawindow.py b/tawindow.py
index d0ac67f..58bb43c 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -1972,9 +1972,9 @@ class TurtleArtWindow():
blk.connections = 'check'
return blk
- def load_start(self, ta_file=""):
+ def load_start(self, ta_file=None):
""" Start a new project with a 'start' brick """
- if self.interactive_mode:
+ if ta_file is None:
self.process_data([[0, "start", PALETTE_WIDTH + 20,
self.toolbar_offset+PALETTE_HEIGHT + 20,
[None, None]]])