InspectorView.st
changeset 2284 0f4ee9b43468
parent 2275 b402f5173c79
child 2323 1f9604acad4a
--- a/InspectorView.st	Mon Jul 19 11:39:13 1999 +0200
+++ b/InspectorView.st	Mon Jul 19 14:49:08 1999 +0200
@@ -264,14 +264,15 @@
         workspace contents:nil.
         self setDoItAction.
 
-        isStandaloneInspector == true ifTrue:[
-            self topView 
-                label:(self labelFor:anObject);
-                iconLabel:(self labelNameFor:anObject).
-        ]
     ].
 
-    selectionIndex := selectedLine := nil
+    selectionIndex := selectedLine := nil.
+
+    isStandaloneInspector == true ifTrue:[
+        self topView 
+            label:(self labelFor:anObject);
+            iconLabel:(self labelNameFor:anObject).
+    ]
 
     "Modified: / 12.2.1999 / 16:03:27 / cg"
 !
@@ -1155,5 +1156,5 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.93 1999-07-16 20:05:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.94 1999-07-19 12:49:08 cg Exp $'
 ! !