UIPainterView.st
changeset 2312 8b25e13ab035
parent 2311 67811bdeb0f5
child 2315 c301d0caf97b
--- 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
     ].