#REFACTORING by exept
authorClaus Gittinger <cg@exept.de>
Sun, 05 Jan 2020 17:35:24 +0100
changeset 6789 374f76212c7c
parent 6788 4e0d3587b55a
child 6790 886523f1233c
#REFACTORING by exept class: FileSelectionList changed: #updateList
FileSelectionList.st
--- a/FileSelectionList.st	Sun Jan 05 17:27:22 2020 +0100
+++ b/FileSelectionList.st	Sun Jan 05 17:35:24 2020 +0100
@@ -982,7 +982,7 @@
             directoryName := directory pathName.
             [
                 directoryContents := (directory fullDirectoryContents ? #()) sort.
-            ] on:FileStream openErrorSignal do:[:ex|
+            ] on:OpenError do:[:ex|
                 directoryContents := nil
             ].
         ].