*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 09 Nov 2000 23:35:49 +0100
changeset 2836 3b19c368a67e
parent 2835 e78ff6b04c84
child 2837 c63db8796990
*** empty log message ***
ChangesBrowser.st
--- a/ChangesBrowser.st	Thu Nov 09 14:27:21 2000 +0100
+++ b/ChangesBrowser.st	Thu Nov 09 23:35:49 2000 +0100
@@ -1658,7 +1658,7 @@
                                                 m := changeClass compiledMethodAt:sel asSymbol.
                                                 currentText := m source.
                                                 currentText notNil ifTrue:[
-                                                    text asString = currentText asString ifTrue:[
+                                                    text asString string withoutTrailingSeparators = currentText asString string withoutTrailingSeparators ifTrue:[
                                                         changeDelta := '='
                                                     ] ifFalse:[
                                                         t1 := currentText asCollectionOfLines collect:[:s | s withTabsExpanded].
@@ -3599,5 +3599,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.204 2000-11-09 13:27:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.205 2000-11-09 22:35:49 cg Exp $'
 ! !