Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleart.py
diff options
context:
space:
mode:
Diffstat (limited to 'turtleart.py')
-rwxr-xr-xturtleart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/turtleart.py b/turtleart.py
index 9304e79..fa45843 100755
--- a/turtleart.py
+++ b/turtleart.py
@@ -159,12 +159,12 @@ class TurtleMain():
def _do_run_cb(self, widget):
self.tw.lc.trace = 0
- self.tw.runbutton(0)
+ self.tw.run_button(0)
return
def _do_step_cb(self, widget):
self.tw.lc.trace = 0
- self.tw.runbutton(3)
+ self.tw.run_button(3)
return
def _do_stop_cb(self, widget):