extensions.st
changeset 7371 2e21a760d111
parent 7365 20fe515d3a34
child 7447 744eea8ff31c
--- a/extensions.st	Fri Oct 06 17:08:52 2006 +0200
+++ b/extensions.st	Fri Oct 06 17:44:21 2006 +0200
@@ -31,8 +31,8 @@
 
 inspectorExtraAttributes
     ^ Dictionary new
-        add:'-size' -> [ self size ];
         declareAllNewFrom:(super inspectorExtraAttributes ? #());
+        add:('-size' -> [ self size ]);
         yourself
 
     "
@@ -40,6 +40,7 @@
     "
 
     "Created: / 06-10-2006 / 13:56:52 / cg"
+    "Modified: / 06-10-2006 / 17:43:45 / cg"
 ! !
 
 !Color methodsFor:'inspecting'!