ChangesBrowser.st
changeset 1594 834765de8cb5
parent 1566 7a4ef80fb49b
child 1622 fecb0d17cb42
--- a/ChangesBrowser.st	Thu Apr 23 21:45:10 1998 +0200
+++ b/ChangesBrowser.st	Sat Apr 25 14:32:51 1998 +0200
@@ -656,12 +656,8 @@
                 ]
             ].
             methodsForChunk notNil ifTrue:[
-                Class methodRedefinitionSignal handle:[:ex |
-                    ex proceedWith:#keep
-                ] do:[
-                    reader := Compiler evaluate:methodsForChunk notifying:self.
-                    reader fileInFrom:aStream notifying:self passChunk:false single:true.
-                ]
+                reader := Compiler evaluate:methodsForChunk notifying:self.
+                reader fileInFrom:aStream notifying:self passChunk:false single:true.
             ]
         ].
         changeNrProcessed := nil.
@@ -2698,5 +2694,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.131 1998-04-21 16:51:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.132 1998-04-25 12:32:51 cg Exp $'
 ! !