[Libreoffice-commits] core.git: Branch 'libreoffice-6-4-0' - fpicker/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jan 21 10:09:53 UTC 2020
fpicker/source/office/fileview.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit b6f8eb4da626b66f52c08555ea1d17e17951738c
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jan 20 16:55:13 2020 +0000
Commit: Michael Stahl <michael.stahl at cib.de>
CommitDate: Tue Jan 21 11:09:17 2020 +0100
Resolves: tdf#130090 xEntry should be xIconEntry
copy and paste error apparently
Change-Id: Ifdeb90ececc200211ce41c55f2826987666cd401
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87089
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
Tested-by: Xisco Faulí <xiscofauli at libreoffice.org>
Reviewed-by: Michael Stahl <michael.stahl at cib.de>
diff --git a/fpicker/source/office/fileview.cxx b/fpicker/source/office/fileview.cxx
index ce6564402a46..f74bd3aec6d2 100644
--- a/fpicker/source/office/fileview.cxx
+++ b/fpicker/source/office/fileview.cxx
@@ -858,7 +858,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 )
More information about the Libreoffice-commits
mailing list