checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 28 Dec 1999 16:17:05 +0100
changeset 1286 843f8ef3b26e
parent 1285 6373771ca727
child 1287 b1dbcff964ea
checkin from browser
NewInspectorListView.st
--- a/NewInspectorListView.st	Fri Dec 24 03:34:22 1999 +0100
+++ b/NewInspectorListView.st	Tue Dec 28 16:17:05 1999 +0100
@@ -284,7 +284,7 @@
     (inspectorList inspectedObject) == anObject ifTrue:[
         ^ self update
     ].
-    inspectorList := InspectorList for:anObject.
+    inspectorList := NewInspectorList for:anObject.
     inspectorList includesSelf:includesSelf.
 
     super list:(inspectorList instanceNames).