ChangesBrowser.st
changeset 4928 a612f677d194
parent 4917 9f2476c53513
child 4943 ef848aabe650
--- a/ChangesBrowser.st	Mon May 26 10:55:32 2003 +0200
+++ b/ChangesBrowser.st	Mon May 26 11:32:13 2003 +0200
@@ -3200,7 +3200,7 @@
     "/
     changeFileName = ObjectMemory nameForChanges ifTrue:[
         Class withoutUpdatingChangesDo:[
-            Class updateChangeListQuerySignal answer:updateChangeSet do:applyAction
+            Class updateChangeListQuerySignal answer:updateChangeSet value do:applyAction
         ]
     ] ifFalse:[
         applyAction value
@@ -5498,5 +5498,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.300 2003-05-19 18:44:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.301 2003-05-26 09:32:13 cg Exp $'
 ! !