AbstractLauncherApplication.st
branchjv
changeset 16571 cf319f2e56d0
parent 16459 85d703589d34
parent 16506 f8e9cf3bc8a7
child 16689 70b43a6c4755
--- a/AbstractLauncherApplication.st	Mon May 09 21:47:57 2016 +0200
+++ b/AbstractLauncherApplication.st	Thu May 12 08:33:55 2016 +0200
@@ -7261,7 +7261,7 @@
 
     (MCRepositoryGroup isNil or:[MCRepositoryGroup isLoaded not]) ifTrue:[
         monticelloRoot icon:greyFolderIcon.
-        monticelloRoot label:monticelloLabel, (' (Monticello Support not Loaded)' asText colorizeAllWith:Color grey).
+        monticelloRoot label:monticelloLabel, (' (Monticello Support not Loaded)' withColor:Color grey).
     ] ifFalse:[
         monticelloRoot icon:folderIcon.
         monticelloRoot label:monticelloLabel.
@@ -7869,7 +7869,7 @@
 
                 isAlreadyLoaded := false.
                 Error handle:[:ex |
-                    item label:(item label , (' ERROR - please rebuild!!' colorizeAllWith:Color red)).
+                    item label:(item label , (' ERROR - please rebuild!!' withColor:Color red)).
                 ] do:[    
                     isAlreadyLoaded := 
                         (defClass := ProjectDefinition definitionClassForPackage:packageID) notNil