cui/source/dialogs/multipat.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit a98afdd321439cfe376299eef42d9fd5c449355a Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Aug 1 12:12:03 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Aug 1 15:02:47 2019 +0200 should toggle all others to false, not true regression since... commit 5c32ba63163d9556ff89782a8074924cdf9dc554 Author: Caolán McNamara <caol...@redhat.com> Date: Thu Apr 4 14:30:03 2019 +0100 weld OTableSubscriptionPage Change-Id: Iec3bec1b49af3e60b80301665ff3834f24f72222 Reviewed-on: https://gerrit.libreoffice.org/76787 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/cui/source/dialogs/multipat.cxx b/cui/source/dialogs/multipat.cxx index 72dbde1acec6..c81542b44840 100644 --- a/cui/source/dialogs/multipat.cxx +++ b/cui/source/dialogs/multipat.cxx @@ -65,7 +65,7 @@ void SvxMultiPathDialog::HandleEntryChecked(int nRow) for (int i = 0; i < nCount; ++i) { if (i != nRow) - m_xRadioLB->set_toggle(i, TRISTATE_TRUE, 0); + m_xRadioLB->set_toggle(i, TRISTATE_FALSE, 0); } } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits