From 36a3a644ddb7fe324df232673afefd171ce4c7bb Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 21 Oct 2010 02:33:00 +0000 Subject: updates --- (limited to 'TurtleArt/tawindow.py') diff --git a/TurtleArt/tawindow.py b/TurtleArt/tawindow.py index b0db7ac..2d39667 100644 --- a/TurtleArt/tawindow.py +++ b/TurtleArt/tawindow.py @@ -784,7 +784,8 @@ class TurtleArtWindow(): else: # You can only have one instance of some blocks if blk.name in ['start', 'hat1', 'hat2']: - if len(self.block_list.get_all_blocks_of_same_type_and_name('block', blk.name)) > 0: + if len(self.block_list.get_similar_blocks( + 'block', blk.name)) > 0: return True blk.highlight() self._new_block(blk.name, x, y) -- cgit v0.9.1