| commit | 270f7e1e86542ad6d50a44e096e1e77a30a8d0d6 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Fri Sep 10 13:58:13 2021 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Mon Sep 13 17:11:31 2021 +0200 |
| tree | ebf9c45196942381c6a451a3dbc69fd50b5b7c11 | |
| parent | 00a874fde14a3b7243bacf01a72430ffda14bc71 [diff] |
Resolves: tdf#143777 Exclude recipient is always greyed out Change-Id: I6ce94fad6ba518457665ae6d6b473cfe6f80849f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121883 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx b/sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx index 00f9a07..827b2ae 100644 --- a/sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx +++ b/sw/source/uibase/dbui/mailmergetoolbarcontrols.cxx
@@ -386,7 +386,7 @@ void MMExcludeEntryController::statusChanged(const frame::FeatureStateEvent& rEv } else { m_xExcludeCheckbox->set_sensitive(false); m_xExcludeCheckbox->set_sensitive(true); m_xExcludeCheckbox->set_active(xConfigItem->IsRecordExcluded(xConfigItem->GetResultSetPosition())); } }