Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index 7deb92e..2f361f4 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -428,7 +428,7 @@ class TurtleMain():
def _do_open_cb(self, widget):
''' Callback for open project. '''
- self.tw.load_file(True)
+ self.tw.load_file_from_chooser(True)
def _do_save_cb(self, widget):
''' Callback for save project. '''