class: ImageEditor
authorClaus Gittinger <cg@exept.de>
Fri, 19 Apr 2013 11:36:27 +0200
changeset 2996 a1090695cfbc
parent 2995 2e0905efe842
child 2997 6cf3623a78ed
class: ImageEditor changed: #grabScreenImageUsing: use #creator instead of #signal (avoid semantic conflict with ANSI, where signal means: raise)
ImageEditor.st
--- 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)'.