Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'tawindow.py')
-rw-r--r--tawindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tawindow.py b/tawindow.py
index f252a5d..897e672 100644
--- a/tawindow.py
+++ b/tawindow.py
@@ -1155,7 +1155,7 @@ class TurtleArtWindow():
elif spr and hasattr(spr,'type') and (spr.type == 'selector' or\
spr.type == 'palette' or\
spr.type == 'toolbar'):
- if self.timeout_tag[0] == 0:
+ if self.timeout_tag[0] == 0 and hasattr(spr, 'name'):
self.timeout_tag[0] = self._do_show_popup(spr.name)
self.selected_spr = spr
else: