AbstractSettingsApplication.st
changeset 16411 dbd6771f5129
parent 16389 7f552d38716c
child 16445 6bc184e74f9c
child 16466 59b8495a1650
--- a/AbstractSettingsApplication.st	Wed May 04 07:50:25 2016 +0200
+++ b/AbstractSettingsApplication.st	Wed May 04 07:51:28 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
                     ]