Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index b97ab16..59d1092 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -604,6 +604,7 @@ Would you like to save before quitting?'))
def _do_eraser_cb(self, widget):
''' Callback for eraser button. '''
self.tw.eraser_button()
+ self.restore_challenge()
return
def _do_run_cb(self, widget=None):