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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/turtleart.py b/turtleart.py
index 0b30929..967967e 100755
--- a/turtleart.py
+++ b/turtleart.py
@@ -177,7 +177,7 @@ class TurtleMain():
def _do_stop_cb(self, widget):
self.tw.lc.trace = 0
- self.stop_button()
+ self.tw.stop_button()
return