ContextInspectorView.st
branchjv
changeset 16571 cf319f2e56d0
parent 16570 dc5e958a20dc
parent 16504 58a9cf59cb38
child 17276 213d590bcf54
--- a/ContextInspectorView.st	Mon May 09 21:47:57 2016 +0200
+++ b/ContextInspectorView.st	Thu May 12 08:33:55 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:[