BrowserView.st
changeset 1255 d9f620c80581
parent 1254 d515875ab8af
child 1256 29c8e994602f
--- a/BrowserView.st	Mon Jul 28 16:54:27 1997 +0200
+++ b/BrowserView.st	Mon Jul 28 17:00:45 1997 +0200
@@ -5441,13 +5441,13 @@
         instanceToggle rightInset:ViewSpacing - halfSpace.
         classToggle rightInset:ViewSpacing - halfSpace.
 
-"/        styleSheet name == #motif ifTrue:[
+        styleSheet name == #motif ifTrue:[
             instanceToggle showLamp:true.
             classToggle showLamp:true.
-"/        ]
-    ].
-
-    "Modified: 28.7.1997 / 16:52:07 / cg"
+        ]
+    ].
+
+    "Modified: 28.7.1997 / 16:59:34 / cg"
 !
 
 focusSequence
@@ -10255,6 +10255,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.318 1997-07-28 14:54:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.319 1997-07-28 15:00:45 cg Exp $'
 ! !
 BrowserView initialize!