diff -r 67811bdeb0f5 -r 8b25e13ab035 UIPainterView.st --- a/UIPainterView.st Tue Feb 26 18:39:28 2008 +0100 +++ b/UIPainterView.st Tue Feb 26 19:10:46 2008 +0100 @@ -428,10 +428,7 @@ ]. (self canPaste:aSpecificationOrList into:containerToPasteInto) - "(self canPaste:aSpecificationOrList)" ifFalse:[ -self halt. -(self canPaste:aSpecificationOrList into:containerToPasteInto). Dialog warn:'Cannot paste into selected component (not a container ?)'. ^ nil ].