Tools__NavigatorModel.st
changeset 19073 187b9328a18e
parent 18093 af2d8b0f8715
child 19259 c7d33ca562f1
--- a/Tools__NavigatorModel.st	Fri Aug 30 10:44:17 2019 +0200
+++ b/Tools__NavigatorModel.st	Fri Aug 30 10:44:21 2019 +0200
@@ -119,7 +119,7 @@
     mark := ' [SVN]'.
     branch := repo workingCopy branchOrNil.
     branch ifNotNil:[mark := ' [SVN: ', branch path,']'].
-    ^mark withColor: Color gray
+    ^mark allGray
 
     "Created: / 06-04-2010 / 11:23:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified (comment): / 07-09-2011 / 10:43:00 / cg"
@@ -135,7 +135,7 @@
                 ifNotNil:
                     [' [SVN: ',branch,']'].
 
-    ^mark withColor: Color gray.
+    ^mark allGray.
 
     "Created: / 14-12-2010 / 15:56:23 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !