class: Tools::MethodList
authorClaus Gittinger <cg@exept.de>
Tue, 08 Jul 2014 23:38:58 +0200
changeset 14614 19bc72ad7450
parent 14613 459a4a6d2fe2
child 14615 923843181919
class: Tools::MethodList changed: #listEntryForMethod:selector:class:showClass:showCategory:classFirst:suppressInheritanceInfo: (send #gray instead of #grey)
Tools__MethodList.st
--- a/Tools__MethodList.st	Tue Jul 08 23:38:38 2014 +0200
+++ b/Tools__MethodList.st	Tue Jul 08 23:38:58 2014 +0200
@@ -1756,7 +1756,7 @@
     (showCategory and:[aMethod mclass notNil and:[aMethod mclass supportsMethodCategories]]) ifTrue:[
         cat := aMethod category.
         cat notNil ifTrue:[
-            s := s , ' {' , (cat "asText allItalic" colorizeAllWith:Color grey), '}'
+            s := s , ' {' , (cat "asText allItalic" colorizeAllWith:Color gray), '}'
         ]
     ].
 
@@ -1895,10 +1895,10 @@
 !MethodList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.104 2014-04-17 22:07:17 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.105 2014-07-08 21:38:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.104 2014-04-17 22:07:17 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__MethodList.st,v 1.105 2014-07-08 21:38:58 cg Exp $'
 ! !