# HG changeset patch # User Stefan Vogel # Date 1366895444 -7200 # Node ID 6cf3623a78ed8d1fe3d5148e933b89a6db72a839 # Parent a1090695cfbc4fb462dc3d2f7c030e73c9cafaeb Changed usage of deprecated #copyWithoutLast: to #copyButLast: diff -r a1090695cfbc -r 6cf3623a78ed UIPainterView.st --- a/UIPainterView.st Fri Apr 19 11:36:27 2013 +0200 +++ b/UIPainterView.st Thu Apr 25 15:10:44 2013 +0200 @@ -1114,7 +1114,7 @@ (aFilterOrEmpty isNil or:[aFilterOrEmpty includes:aSel]) ifTrue:[ (definedMethodSelectors includes:aSel) ifFalse:[ - aspect := (aSel copyWithoutLast:1) asSymbol. + aspect := (aSel copyButLast:1) asSymbol. thisCode := (self generateAspectSetMethodFor:aspect spec:protoSpec inClass:cls). codePieces add:thisCode. definedMethodSelectors add:aSel.