no need for asText when sending allBold
authorClaus Gittinger <cg@exept.de>
Thu, 12 Jun 2003 13:05:50 +0200
changeset 1291 60d89faa389f
parent 1290 5d97b96b1237
child 1292 4f2a8ea516fa
no need for asText when sending allBold
SourceCodeManagerUtilities.st
--- a/SourceCodeManagerUtilities.st	Tue Jun 10 10:56:58 2003 +0200
+++ b/SourceCodeManagerUtilities.st	Thu Jun 12 13:05:50 2003 +0200
@@ -1143,7 +1143,7 @@
     changed size > 0 ifTrue:[
         changed size == 1 ifTrue:[
             msg := msg , 'the ''%6''-method is different (present in both).\\'.
-            singleChangeSelector := changed first first selector asText allBold
+            singleChangeSelector := changed first first selector allBold
         ] ifFalse:[
             msg := msg , '%3 methods are different (present in both).\\'.
         ]
@@ -2111,5 +2111,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.90 2003-05-07 11:08:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.91 2003-06-12 11:05:50 cg Exp $'
 ! !