category change
authorClaus Gittinger <cg@exept.de>
Fri, 23 Apr 1999 14:39:14 +0200
changeset 1325 3e36f7c5373b
parent 1324 fef218a2297b
child 1326 7ec8697bad24
category change
ComboView.st
--- a/ComboView.st	Fri Apr 23 14:28:11 1999 +0200
+++ b/ComboView.st	Fri Apr 23 14:39:14 1999 +0200
@@ -347,7 +347,7 @@
     "Modified: / 21.4.1998 / 20:10:05 / cg"
 ! !
 
-!ComboView methodsFor:'initialization'!
+!ComboView methodsFor:'initialize / release'!
 
 destroy
     listHolder notNil ifTrue:[
@@ -576,5 +576,5 @@
 !ComboView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.50 1999-04-01 13:20:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ComboView.st,v 1.51 1999-04-23 12:39:14 cg Exp $'
 ! !