Resolves: tdf#130090 xEntry should be xIconEntry
copy and paste error apparently
Change-Id: Ifdeb90ececc200211ce41c55f2826987666cd401
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87087
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/fpicker/source/office/fileview.cxx b/fpicker/source/office/fileview.cxx
index c6fe831..1021db9 100644
--- a/fpicker/source/office/fileview.cxx
+++ b/fpicker/source/office/fileview.cxx
@@ -862,7 +862,7 @@ void SvtFileView::CreatedFolder( const OUString& rUrl, const OUString& rNewFolde
std::unique_ptr<weld::TreeIter> xIconEntry = mpImpl->mxIconView->make_iterator();
mpImpl->mxIconView->insert(-1, &rEntry.maDisplayName, &sId, &mpImpl->maFolderImage, xIconEntry.get());
mpImpl->mxIconView->scroll_to_item(*xEntry);
mpImpl->mxIconView->scroll_to_item(*xIconEntry);
}
FileViewResult SvtFileView::PreviousLevel( const FileViewAsyncAction* pAsyncDescriptor )