ImageEditor.st
changeset 2996 a1090695cfbc
parent 2992 a970017936e7
child 3020 7ee98e6a7aab
--- a/ImageEditor.st	Thu Apr 11 10:53:44 2013 +0200
+++ b/ImageEditor.st	Fri Apr 19 11:36:27 2013 +0200
@@ -6535,7 +6535,7 @@
                 image depth > 8 ifTrue:[
 false ifTrue:[
                     Error handle:[:ex | |sig|
-                        (sig := ex signal) == HaltInterrupt ifTrue:[ex reject].
+                        (sig := ex creator) == HaltInterrupt ifTrue:[ex reject].
                         sig == Signal noHandlerSignal ifTrue:[ex reject].
 
                         self warn:'Could not convert to depth8 image (too many colors)'.