TextView.st
changeset 2721 c94666d11e8f
parent 2701 b77cc7cf3818
child 2722 57c08cdf3c6a
--- a/TextView.st	Wed Mar 26 01:08:52 2003 +0100
+++ b/TextView.st	Sun Mar 30 15:07:32 2003 +0200
@@ -858,11 +858,11 @@
         dropSource := nil.
     ] ifTrue:[
         dropSource ifNil:[
-            dropSource := DropSource receiver:self
-                              argument:nil
-                    dropObjectSelector:#collectionOfDragObjects
-                 displayObjectSelector:nil
-                      feedBackSelector:nil
+            dropSource := DropSource 
+                            receiver:self
+                            argument:nil
+                            dropObjectSelector:#collectionOfDragObjects
+                            displayObjectSelector:nil
         ]
     ].
 !
@@ -3618,7 +3618,7 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.194 2003-03-02 18:46:28 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.195 2003-03-30 13:07:32 cg Exp $'
 ! !
 
 TextView initialize!