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@sugarlabs.org>2010-06-03 22:54:56 (GMT)
committer Walter Bender <walter@sugarlabs.org>2010-06-03 22:54:56 (GMT)
commit272b1d3feda909e0a31c6cdf81be0374febcbf6b (patch)
tree8e3ae70051f72262608f0928b72fa61e95d02df6 /tawindow.py
parentd07fc4f0262ac6ccac9bafb158b7bc5ec38b8173 (diff)
new cmdline options
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]]])