Color.st
changeset 4207 9e70f7998f66
parent 4203 b306a1133946
child 4244 f1bdf99773bd
--- a/Color.st	Fri Jul 16 13:38:11 2004 +0200
+++ b/Color.st	Thu Aug 12 14:28:54 2004 +0200
@@ -4958,7 +4958,7 @@
 
 !Color methodsFor:'printing & storing'!
 
-encodingVectorFor:aspect
+elementDescriptorFor:aspect
     red isNil ifTrue:[
         ^ Array with:(#colorId->colorId)
     ].
@@ -5323,7 +5323,7 @@
 !Color class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.191 2004-07-14 20:32:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Color.st,v 1.192 2004-08-12 12:28:34 penk Exp $'
 ! !
 
 Color initialize!