Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArtActivity.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-05-04 01:19:24 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-05-04 01:19:24 (GMT)
commitd37497b903c235f7a808fb4de5d1b785ca5815f5 (patch)
treeadb9821bc9fbb47d6e5233c3ed5954041b0f091a /TurtleArtActivity.py
parentef8850f88d96a3fb0521ee8d757a783792370e55 (diff)
don't run on load
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))