# HG changeset patch # User Claus Gittinger # Date 1139584765 -3600 # Node ID c95484b7da4941554b71e269b757694ea5bbb42a # Parent 274324851cfd89c30aec3ece69e6a4b7a9a09d49 some code cleanup diff -r 274324851cfd -r c95484b7da49 ImageEditor.st --- a/ImageEditor.st Fri Feb 10 16:00:04 2006 +0100 +++ b/ImageEditor.st Fri Feb 10 16:19:25 2006 +0100 @@ -2960,7 +2960,7 @@ colorMapModeKey := 'depth'. ]. colorMapModeKey := colorMapModeKey , image depth printString. - colorMapMode setValue:colorMapModeKey. + self colorMapMode setValue:colorMapModeKey. listOfColors := self listOfColors.