ImageEditor.st
changeset 3180 9ee8f0e74b96
parent 3173 801e6bfe2581
child 3188 351c645c0921
--- a/ImageEditor.st	Tue Feb 03 17:36:57 2015 +0100
+++ b/ImageEditor.st	Tue Feb 03 17:37:15 2015 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libtool2' }"
 
+"{ NameSpace: Smalltalk }"
+
 ResourceSpecEditor subclass:#ImageEditor
 	instanceVariableNames:'imageEditView colorMapMode editMode mouseKeyColorMode
 		selectedColorIndex postOpenAction imageSeqNr drawingColormap
@@ -5436,7 +5438,7 @@
         editor accepted ifFalse:[
             AbortOperationRequest raise.
         ].
-        editor colorNameOrColor
+        editor color
     ]
 !