Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/talogo.py
diff options
context:
space:
mode:
authorPootle daemon <pootle@pootle.sugarlabs.org>2012-06-30 04:31:58 (GMT)
committer Pootle daemon <pootle@pootle.sugarlabs.org>2012-06-30 04:31:58 (GMT)
commit261c7324995e808fb3d781b66ac18634c7e78f14 (patch)
treeb82e2acf6de8ec8b41c295f6e5557beb2f50ef0b /TurtleArt/talogo.py
parentc413529f53e333d1871825c9520cf79bb70484a2 (diff)
parentab4e5279bd1511c134bdcca83895edc8f6c33cb8 (diff)
Merge branch 'master' of git.sugarlabs.org:turtleart/mainline
Diffstat (limited to 'TurtleArt/talogo.py')
-rw-r--r--TurtleArt/talogo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/TurtleArt/talogo.py b/TurtleArt/talogo.py
index e935ea3..3b55281 100644
--- a/TurtleArt/talogo.py
+++ b/TurtleArt/talogo.py
@@ -150,7 +150,6 @@ class LogoCode:
def stop_logo(self):
""" Stop logo is called from the Stop button on the toolbar """
- self.tw.step_time = 0
self.step = _just_stop()
for plugin in self.tw._plugins:
plugin.stop()