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.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index d982307..94c0fb7 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -397,8 +397,6 @@ return %s(self)" % (p, P, P)
MenuBuilder.make_menu_item(menu, _('New'), self._do_new_cb)
MenuBuilder.make_menu_item(menu, _('Show sample projects'),
self._create_store)
- MenuBuilder.make_menu_item(menu, _('Hide sample projects'),
- self._hide_store)
MenuBuilder.make_menu_item(menu, _('Open'), self._do_open_cb)
MenuBuilder.make_menu_item(menu, _('Load project'), self._do_load_cb)
MenuBuilder.make_menu_item(menu, _('Save'), self._do_save_cb)
@@ -787,7 +785,7 @@ Would you like to save before quitting?'))
''' Anything that needs restoring after a clear screen can go here '''
pass
- def _hide_store(self, widget=None):
+ def hide_store(self, widget=None):
if self._sample_window is not None:
self._sample_box.hide()