ComboBoxView.st
changeset 597 ebb7dc78e670
parent 519 9ab4fc771a7f
child 679 bd0e422aab67
--- a/ComboBoxView.st	Fri Oct 31 11:25:05 1997 +0100
+++ b/ComboBoxView.st	Sun Nov 02 18:25:22 1997 +0100
@@ -206,11 +206,14 @@
 !ComboBoxView methodsFor:'queries'!
 
 specClass
+    "XXX no longer needed (inherited default works here)"
+
     self class == ComboBoxView ifTrue:[
         ^ ComboBoxSpec
     ].
     ^ super specClass
 
+    "Modified: / 31.10.1997 / 19:49:39 / cg"
 ! !
 
 !ComboBoxView methodsFor:'user interaction'!
@@ -245,5 +248,5 @@
 !ComboBoxView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.17 1997-09-06 17:47:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboBoxView.st,v 1.18 1997-11-02 17:25:22 cg Exp $'
 ! !