diff -r 2e0905efe842 -r a1090695cfbc 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)'.