ContextInspectorView.st
changeset 16504 58a9cf59cb38
parent 16479 38ff09a72df0
child 16571 cf319f2e56d0
child 17208 6bebcc9d2379
--- a/ContextInspectorView.st	Mon May 09 10:04:09 2016 +0200
+++ b/ContextInspectorView.st	Mon May 09 10:04:16 2016 +0200
@@ -504,7 +504,7 @@
     names size == 0 ifTrue:[
         (inspectedContext isBlockContext and:[inspectedContext home isNil]) ifTrue:[
             "/ hack to guide beginners
-            ^ { '>> no home in cheap block <<' colorizeAllWith:Color gray }
+            ^ { '>> no home in cheap block <<' withColor:Color gray }
         ].
         list := #()
     ] ifFalse:[