diff -r fcb7f4218796 -r 8782d5b6dc24 ImageEditor.st --- a/ImageEditor.st Fri Nov 21 21:10:09 2003 +0100 +++ b/ImageEditor.st Wed Nov 26 19:08:28 2003 +0100 @@ -2970,7 +2970,7 @@ self listOfColors contents:(img usedColors asSet asOrderedCollection). self findColorMapMode. self updateLabelsAndHistory. - imageEditView image:img. + "/ imageEditView image:img. ] ifFalse:[ self updateForNoImage ]