[Libreoffice-commits] core.git: Branch 'distro/lhm/libreoffice-6-1+backports' - cui/source
Juergen Funk (via logerrit)
logerrit at kemper.freedesktop.org
Mon Nov 4 12:14:34 UTC 2019
cui/source/options/optgdlg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e4501cbf6ee93b140cad9ba2d5d1abda5d421764
Author: Juergen Funk <juergen.funk_ml at cib.de>
AuthorDate: Mon Nov 4 10:42:06 2019 +0100
Commit: Juergen Funk (CIB) <juergen.funk_ml at cib.de>
CommitDate: Mon Nov 4 13:13:56 2019 +0100
Backport mismatch for tdf#107471 Add checkbox
to enable/disable sending crash reports to TDF
the hide it when compiled with --disable-breakpad
was not hide it was inactive
commit: 42af34720f5fb5be34e0b5b757e7b7a69595f91c
Change-Id: Id4731265ad444bc6b16443e98e531f186be5b11c
Reviewed-on: https://gerrit.libreoffice.org/81989
Reviewed-by: Juergen Funk (CIB) <juergen.funk_ml at cib.de>
Tested-by: Juergen Funk (CIB) <juergen.funk_ml at cib.de>
diff --git a/cui/source/options/optgdlg.cxx b/cui/source/options/optgdlg.cxx
index 05c48787f6b1..7949342e40d1 100644
--- a/cui/source/options/optgdlg.cxx
+++ b/cui/source/options/optgdlg.cxx
@@ -431,7 +431,7 @@ void OfaMiscTabPage::Reset( const SfxItemSet* rSet )
m_xCrashReport->Enable(!officecfg::Office::Common::Misc::CrashReport::isReadOnly());
m_xCrashReport->SaveValue();
#else
- m_xCrashReport->Disable();
+ m_xCrashReport->Hide();
#endif
SfxItemState eState = rSet->GetItemState( SID_ATTR_QUICKLAUNCHER, false, &pItem );
More information about the Libreoffice-commits
mailing list