AbstractSettingsApplication.st
branchjv
changeset 16445 6bc184e74f9c
parent 16408 bc62fb9a8df6
parent 16411 dbd6771f5129
child 16570 dc5e958a20dc
--- a/AbstractSettingsApplication.st	Wed May 04 08:21:04 2016 +0200
+++ b/AbstractSettingsApplication.st	Thu May 05 06:48:38 2016 +0200
@@ -1482,7 +1482,7 @@
                         and:[ defClass isFullyLoaded ]].
 
                     isAlreadyLoaded ifTrue:[
-                        list add:(packageID,(' (currently loaded)' colorizeAllWith:Color grey))
+                        list add:(packageID,(' (currently loaded)' withColor:Color grey))
                     ] ifFalse:[
                         list add:packageID
                     ]