drag and drop cleanup
authorClaus Gittinger <cg@exept.de>
Fri, 13 Oct 2006 17:58:08 +0200
changeset 2115 be5e920d6158
parent 2114 eca72652fa9e
child 2116 90fc11105f36
drag and drop cleanup
UISelectionPanel.st
--- a/UISelectionPanel.st	Fri Oct 13 13:07:20 2006 +0200
+++ b/UISelectionPanel.st	Fri Oct 13 17:58:08 2006 +0200
@@ -9,9 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
-
 "{ Package: 'stx:libtool2' }"
 
 ApplicationModel subclass:#UISelectionPanel
@@ -1603,8 +1600,10 @@
 
 !UISelectionPanel methodsFor:'drag & drop'!
 
-canDrop:aCollectionOfDropObjects in:aComponent
+canDropObjects:aCollectionOfDropObjects in:aComponent
     ^ self canPaste:(aCollectionOfDropObjects collect:[:el| el theObject ]).
+
+    "Created: / 13-10-2006 / 15:53:04 / cg"
 !
 
 drop:aCollectionOfDropObjects in:aComponent at:aPoint