cui/source/customize/SvxMenuConfigPage.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f6e9feb5bf7d227b33fe9cd4e61720d6205e5143 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Mon Aug 10 12:15:45 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Mon Aug 10 14:44:31 2020 +0200 Resolves: tdf#135603 crash on rename item in customize dialog Change-Id: Ib5b04ec8ce974c87646b6bf4989094c8334a0006 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100428 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/cui/source/customize/SvxMenuConfigPage.cxx b/cui/source/customize/SvxMenuConfigPage.cxx index c73502c573c7..a811264d2ca0 100644 --- a/cui/source/customize/SvxMenuConfigPage.cxx +++ b/cui/source/customize/SvxMenuConfigPage.cxx @@ -445,7 +445,7 @@ IMPL_LINK(SvxMenuConfigPage, ModifyItemHdl, const OString&, rIdent, void) aNewName = aNameDialog.GetName(); pEntry->SetName( aNewName ); - m_xContentsListBox->set_text(nActEntry, aNewName, 1); + m_xContentsListBox->set_text(nActEntry, aNewName, 0); GetSaveInData()->SetModified(); GetTopLevelSelection()->SetModified(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits