DropSource.st
changeset 2409 0629f9c77e8e
parent 2132 93a361227c64
--- a/DropSource.st	Fri Mar 14 12:16:50 2008 +0100
+++ b/DropSource.st	Thu Mar 20 13:17:56 2008 +0100
@@ -9,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
 "{ Package: 'stx:libview2' }"
 
 Object subclass:#DropSource
@@ -254,7 +252,7 @@
     "/
     "/ the default
     "/
-    DragAndDropManager startDragFrom:aView dropSource:self
+    ^ DragAndDropManager startDragFrom:aView dropSource:self
 ! !
 
 !DropSource methodsFor:'instance creation'!
@@ -292,5 +290,5 @@
 !DropSource class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DropSource.st,v 1.6 2006-04-11 17:47:06 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DropSource.st,v 1.7 2008-03-20 12:17:56 ca Exp $'
 ! !