# HG changeset patch # User Claus Gittinger # Date 1160756743 -7200 # Node ID e88e67db6f3d3b8e620033f6310d5e51ead44757 # Parent caee73c7b7ddf38cb525ce5c74d44e563e4865f9 drag and drop cleanup diff -r caee73c7b7dd -r e88e67db6f3d UISelectionPanel.st --- a/UISelectionPanel.st Fri Oct 13 17:58:31 2006 +0200 +++ b/UISelectionPanel.st Fri Oct 13 18:25:43 2006 +0200 @@ -1606,7 +1606,7 @@ "Created: / 13-10-2006 / 15:53:04 / cg" ! -drop:aCollectionOfDropObjects in:aComponent at:aPoint +dropObjects:aCollectionOfDropObjects in:aComponent at:aPoint |spc top| @@ -1624,7 +1624,8 @@ ]. self paste:spc. - "Modified: / 18.3.1999 / 18:29:19 / stefan" + "Modified: / 18-03-1999 / 18:29:19 / stefan" + "Created: / 13-10-2006 / 18:25:30 / cg" ! ! !UISelectionPanel methodsFor:'initialization'!