Autoload.st
branchjv
changeset 17751 b2273fa8d59f
parent 17735 6a5bc05f696a
child 17756 f4d72b8d0d89
--- a/Autoload.st	Sat Feb 13 18:48:33 2010 +0000
+++ b/Autoload.st	Sat Feb 13 23:34:44 2010 +0000
@@ -9,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-'From Smalltalk/X, Version:5.4.6 on 14-10-2009 at 10:26:50'                     !
-
 "{ Package: 'stx:libbasic' }"
 
 nil subclass:#Autoload
@@ -482,7 +480,7 @@
         self becomeSameAs:newClass.
 
         ObjectMemory flushCaches.
-        Class flushSubclassInfo.
+        Class flushSubclassInfoFor:self.
     ].
 
     "the rehash here is pure superstition"
@@ -763,14 +761,15 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Autoload.st 10480 2009-12-02 21:30:55Z vranyj1 $'
+    ^ '$Id: Autoload.st 10501 2010-02-13 23:34:44Z vranyj1 $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.155 2009/10/14 10:50:02 stefan Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.156 2010/02/05 13:00:22 cg Exp §'
 ! !
 
 Autoload initialize!
 
 
 
+