diff -r 547319e56c60 -r 666c2b81cbb7 eric7/ViewManager/BookmarkedFilesDialog.py --- a/eric7/ViewManager/BookmarkedFilesDialog.py Wed May 19 18:16:45 2021 +0200 +++ b/eric7/ViewManager/BookmarkedFilesDialog.py Wed May 19 19:53:36 2021 +0200 @@ -30,7 +30,7 @@ super().__init__(parent) self.setupUi(self) - self.filePicker.setMode(E5PathPickerModes.OpenFileMode) + self.filePicker.setMode(E5PathPickerModes.OPEN_FILE_MODE) self.bookmarks = bookmarks[:] for bookmark in self.bookmarks: