diff --git a/src/gui/FileListWidget.cxx b/src/gui/FileListWidget.cxx index 613b05811..169b9cddb 100644 --- a/src/gui/FileListWidget.cxx +++ b/src/gui/FileListWidget.cxx @@ -99,7 +99,7 @@ void FileListWidget::setLocation(const FilesystemNode& node, // Now fill the list widget with the names from the file list, // even if cancelled StringList l; - size_t orgLen = node.getShortPath().length(); + size_t orgLen = _node.getShortPath().length(); _dirList.clear(); for(const auto& file : _fileList)