ContextInspectorView.st
changeset 17208 6bebcc9d2379
parent 16504 58a9cf59cb38
child 17276 213d590bcf54
child 17774 2f6cb1db3b8f
--- 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 , #(
                ('-')