[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - svx/source

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Tue Dec 6 20:57:20 UTC 2016


 svx/source/dialog/SafeModeDialog.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ebb1ccdac9ac5ca595dc48d6d2120f9daa874726
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Tue Dec 6 16:57:34 2016 +0100

    SafeModeDialog: Could not activate checkboxes to remove extensions
    
    Because of missing event handler
    
    Change-Id: Id546a2b22a89321ca09ec29ba7787a1315753bcf
    Reviewed-on: https://gerrit.libreoffice.org/31692
    Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
    (cherry picked from commit 801f578fe43965a7e97cef71081e9a79a6cab72c)
    Reviewed-on: https://gerrit.libreoffice.org/31697

diff --git a/svx/source/dialog/SafeModeDialog.cxx b/svx/source/dialog/SafeModeDialog.cxx
index 8e2a420..18256f3 100644
--- a/svx/source/dialog/SafeModeDialog.cxx
+++ b/svx/source/dialog/SafeModeDialog.cxx
@@ -90,6 +90,7 @@ SafeModeDialog::SafeModeDialog(vcl::Window* pParent)
 
     mpRadioRestore->SetClickHdl(LINK(this, SafeModeDialog, RadioBtnHdl));
     mpRadioConfigure->SetClickHdl(LINK(this, SafeModeDialog, RadioBtnHdl));
+    mpRadioDeinstall->SetClickHdl(LINK(this, SafeModeDialog, RadioBtnHdl));
     mpRadioReset->SetClickHdl(LINK(this, SafeModeDialog, RadioBtnHdl));
 
     mpBtnContinue->SetClickHdl(LINK(this, SafeModeDialog, DialogBtnHdl));


More information about the Libreoffice-commits mailing list