DirectoryContentsBrowser.st
changeset 19014 6401bc2cfa4b
parent 18999 245fff17698d
child 19337 5a6b6ab5c1fa
--- a/DirectoryContentsBrowser.st	Wed Aug 21 17:25:26 2019 +0200
+++ b/DirectoryContentsBrowser.st	Wed Aug 21 17:25:38 2019 +0200
@@ -1750,7 +1750,7 @@
     draggedItem isNil ifTrue:[
         destinationPath := self directory.
     ] ifFalse:[
-        destinationPath := self getDirWithoutFileName:(draggedItem fileName).
+        destinationPath := self class getDirectoryOf:(draggedItem fileName).
         destinationPath baseName = '..' ifTrue:[
             destinationPath := self directory directory.
         ]