#BUGFIX by stefan
authorStefan Vogel <sv@exept.de>
Wed, 11 Jan 2017 15:08:49 +0100
changeset 17208 6bebcc9d2379
parent 17207 242fef148d28
child 17209 9fa5c28001d5
#BUGFIX by stefan class: ContextInspectorView changed: #fieldMenu take care of ProtoObjects
ContextInspectorView.st
--- a/ContextInspectorView.st	Tue Jan 10 23:45:48 2017 +0100
+++ b/ContextInspectorView.st	Wed Jan 11 15:08:49 2017 +0100
@@ -425,8 +425,10 @@
             ].
         ].
 
-    items := items , (self optionalStreamSelectionItems).
-    items := items , (self optionalFilenameSelectionItems).
+    sel isProtoObject ifFalse:[
+        items := items , (self optionalStreamSelectionItems).
+        items := items , (self optionalFilenameSelectionItems).
+    ].
 
     items := items , #(
                ('-')