InspectorView.st
changeset 2275 b402f5173c79
parent 2271 0cf238543cb1
child 2284 0f4ee9b43468
--- a/InspectorView.st	Fri Jul 16 22:05:24 1999 +0200
+++ b/InspectorView.st	Fri Jul 16 22:05:34 1999 +0200
@@ -749,7 +749,7 @@
 
     cls := inspectedObject class.
 
-    self windowGroup withWaitCursorDo:[
+    self topView withWaitCursorDo:[
         aList := self namedFieldList.
         hideReceiver ifFalse:[aList addFirst:'self'].
 
@@ -1155,5 +1155,5 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.92 1999-07-16 17:26:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.93 1999-07-16 20:05:34 cg Exp $'
 ! !