# HG changeset patch # User Stefan Vogel # Date 1390493520 -3600 # Node ID 4fc07457aef3ab0b78197fcd0b190a48fa2c583e # Parent a8e197ceebed5b12bf845d2f17e1cb7b1d528c1e AbortSignal -> AbortOperationRequest diff -r a8e197ceebed -r 4fc07457aef3 UIPainterView.st --- a/UIPainterView.st Thu Jan 16 15:32:51 2014 +0100 +++ b/UIPainterView.st Thu Jan 23 17:12:00 2014 +0100 @@ -1655,7 +1655,7 @@ confirm:('Oops - could not create spec for view: %1\\Continue ?' bindWith:aView printString) withCRs noLabel:'Abort') ifFalse:[ - AbortSignal raise + AbortOperationRequest raise ]. ]. (specsAlready includes:vSpec) ifTrue:[self halt].