Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xturtleart.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/turtleart.py b/turtleart.py
index 1dee069..93030a6 100755
--- a/turtleart.py
+++ b/turtleart.py
@@ -204,6 +204,7 @@ class TurtleMain():
win.show_all()
self.tw = TurtleArtWindow(canvas, os.path.abspath('.'), lang)
self.tw.win = win
+ self.tw.load_start()
def _do_open_cb(self, widget):
self.tw.load_file(True)