Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tawindow.py
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-02-20 00:05:46 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-02-20 00:05:46 (GMT)
commit63a4f550bce1eead177c6a41d1e853e595e21558 (patch)
tree58132e2895b8621178fdf0786472f23862e26712 /tawindow.py
parentd63cdcfbe586a0723a34872794be8c45abd42cb6 (diff)
toolbar cleanup
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: