*** empty log message ***
authorca
Tue, 29 Aug 2006 11:54:17 +0200
changeset 9804 13361f00b13a
parent 9803 cbec7d6caec8
child 9805 9de54eb5eeb8
*** empty log message ***
Autoload.st
--- a/Autoload.st	Mon Aug 28 21:49:13 2006 +0200
+++ b/Autoload.st	Tue Aug 29 11:54:17 2006 +0200
@@ -551,6 +551,14 @@
     ^ self doesNotUnderstand:(Message selector:#fromString: argument:aString)
 !
 
+inspectorExtraAttributes
+    ^ #()
+!
+
+inspectorExtraNamedFields
+    ^ #()
+!
+
 new
     "catch new - load the class and resend #new to the real one"
 
@@ -899,7 +907,7 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.138 2006-08-17 14:30:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.139 2006-08-29 09:54:17 ca Exp $'
 ! !
 
 Autoload initialize!