From d37497b903c235f7a808fb4de5d1b785ca5815f5 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Fri, 04 May 2012 01:19:24 +0000 Subject: don't run on load --- 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)) -- cgit v0.9.1