drag and drop cleanup
authorClaus Gittinger <cg@exept.de>
Fri, 13 Oct 2006 17:45:19 +0200
changeset 2254 b120e73f9a76
parent 2253 bed5e9c3cc21
child 2255 074d16551e16
drag and drop cleanup
DragAndDropManager.st
--- a/DragAndDropManager.st	Fri Oct 13 17:45:04 2006 +0200
+++ b/DragAndDropManager.st	Fri Oct 13 17:45:19 2006 +0200
@@ -9,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
 "{ Package: 'stx:libview2' }"
 
 Object subclass:#DragAndDropManager
@@ -1408,12 +1406,12 @@
                     "/
                     aContext targetWidget:aWidget id:(aWidget id).
                 ].
-                aWidget drop:(aContext dropObjects) at:point
+                aWidget dropObjects:(aContext dropObjects) at:point
             ]
         ].
     ].
 
-    "Modified: / 11.9.1998 / 00:53:22 / cg"
+    "Modified: / 13-10-2006 / 16:10:56 / cg"
 !
 
 doFindDropTargetIn:aView at:aPoint
@@ -1568,7 +1566,7 @@
 !DragAndDropManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.70 2006-04-11 17:57:32 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DragAndDropManager.st,v 1.71 2006-10-13 15:45:19 cg Exp $'
 ! !
 
 DragAndDropManager initialize!