#OTHER by exept
authorClaus Gittinger <cg@exept.de>
Fri, 30 Aug 2019 10:43:56 +0200
changeset 19070 2ffa3745f954
parent 19069 58ee3a7b7b94
child 19071 58aedf69e507
#OTHER by exept use allRed and allGray
Tools__ProjectList.st
--- a/Tools__ProjectList.st	Fri Aug 30 10:43:48 2019 +0200
+++ b/Tools__ProjectList.st	Fri Aug 30 10:43:56 2019 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2000 by eXept Software AG
 	      All Rights Reserved
@@ -990,7 +988,7 @@
                     ]
                 ]
             ].
-            entry := entry,(info withColor:Color gray)
+            entry := entry,(info allGray)
         ].
         projectNameList add:entry.
     ].