From b6eca78b3b2d697556ef5408003488eca73fd1bd Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 14 Apr 2011 20:42:21 +0000 Subject: do_show, do_hide are reserved so changing method names (F15 bug fix) --- (limited to 'TurtleArt') diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py index 3b69175..e77eb93 100644 --- a/TurtleArt/tawindow.py +++ b/TurtleArt/tawindow.py @@ -579,7 +579,7 @@ class TurtleArtWindow(): self.hide = False self.hideshow_button() if self.running_sugar: - self.activity.do_hide() + self.activity.do_hide_blocks() def showblocks(self): """ Callback from 'show blocks' block """ @@ -588,7 +588,7 @@ class TurtleArtWindow(): self.hide = True self.hideshow_button() if self.running_sugar: - self.activity.do_show() + self.activity.do_show_blocks() def resize_blocks(self, blocks=None): """ Resize blocks or if blocks is None, all of the blocks """ -- cgit v0.9.1