checkin from browser
authorClaus Gittinger <cg@exept.de>
Mon, 19 Jul 1999 14:49:08 +0200
changeset 2284 0f4ee9b43468
parent 2283 4b90c1207ea4
child 2285 23b173086610
checkin from browser
InspView.st
InspectorView.st
--- a/InspView.st	Mon Jul 19 11:39:13 1999 +0200
+++ b/InspView.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/Attic/InspView.st,v 1.93 1999-07-16 20:05:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/InspView.st,v 1.94 1999-07-19 12:49:08 cg Exp $'
 ! !
--- 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 $'
 ! !