oops
authorClaus Gittinger <cg@exept.de>
Wed, 02 Apr 2003 23:34:17 +0200
changeset 4770 c5c5e793bf3f
parent 4769 efa9ad1a084c
child 4771 9290fdb65a5d
oops
AbstractDirectoryBrowser.st
--- a/AbstractDirectoryBrowser.st	Wed Apr 02 20:04:33 2003 +0200
+++ b/AbstractDirectoryBrowser.st	Wed Apr 02 23:34:17 2003 +0200
@@ -64,8 +64,8 @@
     col := aContext dropObjects collect:[:obj | obj theObject].
     didDrop := self copyOrMoveFiles:col to:destinationPath.
     didDrop ifFalse:[
-        aContext clearHasDroppedToSuppressFeedBack
-    ].
+        aContext clearHasDroppedFlagToSuppressFeedBack
+    ].           
 !
 
 dropEnter:aContext
@@ -183,5 +183,5 @@
 !AbstractDirectoryBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractDirectoryBrowser.st,v 1.4 2003-04-01 14:46:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractDirectoryBrowser.st,v 1.5 2003-04-02 21:34:17 cg Exp $'
 ! !