Tools__Inspector2.st
changeset 17153 52b99321786d
parent 17127 ddc52a770246
child 17163 4bf9cb558e1c
child 17170 843b84578f41
--- a/Tools__Inspector2.st	Thu Dec 08 10:40:15 2016 +0100
+++ b/Tools__Inspector2.st	Thu Dec 08 11:01:44 2016 +0100
@@ -1551,8 +1551,8 @@
     tabs := OrderedCollection new.        
 
     "/ Old style - tabs are specified by method #inspector2Tabs
-    (theObject isProtoObject or:[theObject isNil]) ifTrue:[
-        "kludge for ProtoObject, which does not implement this selector
+    (theObject isProtoObject or:[theObject isNil or:[theObject isStructure]]) ifTrue:[
+        "kludge for ProtoObject and Structure, which does not implement this selector
          nor #perform: -- see #initializeTab:"
         selectors := #(inspector2TabForBasicInspect).
     ] ifFalse:[