no need for #asText to emphasize a string
authorClaus Gittinger <cg@exept.de>
Thu, 22 Oct 2009 14:39:51 +0200
changeset 9030 9f4eec2a3c83
parent 9029 66a3d6c4030e
child 9031 24c5fa4d53af
no need for #asText to emphasize a string
Tools_NamespaceList.st
--- a/Tools_NamespaceList.st	Thu Oct 22 14:39:38 2009 +0200
+++ b/Tools_NamespaceList.st	Thu Oct 22 14:39:51 2009 +0200
@@ -496,7 +496,7 @@
 "/        allNamespaces addFirst:((self class nameListEntryForChanged "bindWith:numClassesInChangeSet") allItalic).
 "/    ].
 
-    allNamespaces addFirst:(self class nameListEntryForALL asText allItalic).
+    allNamespaces addFirst:(self class nameListEntryForALL allItalic).
     ^ allNamespaces
 
     "Created: / 18.2.2000 / 01:04:27 / cg"
@@ -545,5 +545,9 @@
 !NamespaceList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.14 2009-09-22 14:08:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.15 2009-10-22 12:39:51 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.15 2009-10-22 12:39:51 cg Exp $'
 ! !