drop:to: -> drop:at:
authorca
Sat, 01 Feb 1997 15:29:18 +0100
changeset 401 85a4dee5b006
parent 400 b40294e3fee0
child 402 37a8c0b923ac
drop:to: -> drop:at:
DragAndDropManager.st
--- a/DragAndDropManager.st	Sat Feb 01 15:10:35 1997 +0100
+++ b/DragAndDropManager.st	Sat Feb 01 15:29:18 1997 +0100
@@ -633,7 +633,7 @@
     dropAction isNil ifTrue:[
         "/ XXX add external clipboard mechanism via display
         (destinationView notNil and:[destinationView canDrop:dropObjects]) ifTrue:[
-            destinationView drop:dropObjects to:destinationPoint
+            destinationView drop:dropObjects at:destinationPoint
         ].
         ^ self
     ].
@@ -716,5 +716,5 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.8 1997-01-31 17:59:54 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.9 1997-02-01 14:29:18 ca Exp $'
 ! !