Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArtActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArtActivity.py')
-rw-r--r--TurtleArtActivity.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py
index a0d3df2..3d70d35 100644
--- a/TurtleArtActivity.py
+++ b/TurtleArtActivity.py
@@ -369,7 +369,6 @@ class TurtleArtActivity(activity.Activity):
def do_samples_cb(self, button):
''' Sample-projects open dialog '''
self.tw.load_file(True)
- self.tw.run_button(0)
def adjust_sw(self, dx, dy):
''' Adjust the scrolled window position. '''
@@ -1074,7 +1073,7 @@ in order to use the plugin.'))
self.add_alert(alert)
alert.show()
- def read_file(self, file_path, run_it=True, plugin=False):
+ def read_file(self, file_path, run_it=False, plugin=False):
''' Open a project or plugin and then run it. '''
if hasattr(self, 'tw'):
_logger.debug('Read file: %s' % (file_path))