checkin from browser
authorClaus Gittinger <cg@exept.de>
Thu, 27 Mar 1997 11:06:14 +0100
changeset 1490 c2fffb968267
parent 1489 f264f7852a8d
child 1491 1f526a662592
checkin from browser
SimpleView.st
--- a/SimpleView.st	Wed Mar 26 19:07:20 1997 +0100
+++ b/SimpleView.st	Thu Mar 27 11:06:14 1997 +0100
@@ -5361,7 +5361,7 @@
 
     (self class == View
     or:[self class == SimpleView]) ifTrue:[
-        ^ CompositeSpecCollection
+        ^ ViewSpec "/ CompositeSpecCollection
     ].
 
     myName := self class name.
@@ -5395,7 +5395,7 @@
      FramedBox new specClass 
     "
 
-    "Modified: 3.3.1997 / 15:39:04 / cg"
+    "Modified: 27.3.1997 / 11:04:17 / cg"
 ! !
 
 !SimpleView methodsFor:'realization'!
@@ -6927,6 +6927,6 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.191 1997-03-20 21:16:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.192 1997-03-27 10:06:14 cg Exp $'
 ! !
 SimpleView initialize!