# HG changeset patch # User Claus Gittinger # Date 946394225 -3600 # Node ID 843f8ef3b26e4895e7b34146f1a9ecd3afcf4642 # Parent 6373771ca72788749602241579170322329f714a checkin from browser diff -r 6373771ca727 -r 843f8ef3b26e 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).