Class.st
changeset 8838 81ee56a49ac3
parent 8770 58da3f88a882
child 8933 875368d130ab
--- a/Class.st	Tue Apr 12 19:15:40 2005 +0200
+++ b/Class.st	Tue Apr 12 19:17:19 2005 +0200
@@ -4633,7 +4633,7 @@
 "/    newString := mgr updatedRevisionStringOf:cls forRevision:newRevision with:vs.
 "/    newString isNil ifTrue:[^ false].
 
-    Class methodRedefinitionSignal answer:#keep do:[
+    Class methodRedefinitionNotification answer:#keep do:[
         Class withoutUpdatingChangesDo:[
             mthd := Compiler compile:(self nameOfVersionMethod) , '
     ^ ''' , newRevisionString , '''
@@ -4925,5 +4925,5 @@
 !Class class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.484 2005-03-04 10:13:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.485 2005-04-12 17:16:22 stefan Exp $'
 ! !