# HG changeset patch # User Claus Gittinger # Date 1257429344 -3600 # Node ID cddda688a9f20ed8d090ebcbf6f74788a17aa49a # Parent 4700f54d0040959b08361131573f65a03ebff8e8 *** empty log message *** diff -r 4700f54d0040 -r cddda688a9f2 ImageEditor.st --- a/ImageEditor.st Thu Nov 05 13:20:45 2009 +0100 +++ b/ImageEditor.st Thu Nov 05 14:55:44 2009 +0100 @@ -3071,8 +3071,8 @@ activeHelpKey: '' labelButtonType: Button rendererType: rowSelector - backgroundSelector: theColorItSelf: - selectedBackgroundSelector: theColorItSelf: + backgroundSelector: theColorItself: + selectedBackgroundSelector: theColorItself: isResizeable: false ) (DataSetColumnSpec @@ -3713,7 +3713,9 @@ "Modified: / 31.7.1998 / 01:11:35 / cg" ! -theColorItSelf:aColor +theColorItself:aColor + "an accessor for the table-column" + ^ aColor ! !