ColorEditDialog.st
changeset 2417 cc89133cc041
parent 2347 c37fb02785bc
child 2521 5cfd5fcd7bd3
--- a/ColorEditDialog.st	Fri Oct 10 14:10:30 2008 +0200
+++ b/ColorEditDialog.st	Mon Oct 13 09:15:07 2008 +0200
@@ -677,6 +677,10 @@
 
     |clr|
 
+    htmlColorNameHolder value isEmptyOrNil ifTrue:[
+        ^ self.
+    ].
+
     clr := Color rgbValue:(Integer 
                                 readFrom:(htmlColorNameHolder value copyFrom:2)
                                 radix:16