[Libreoffice-commits] core.git: cui/uiconfig

Stephan Bergmann sbergman at redhat.com
Tue Feb 27 13:40:04 UTC 2018


 cui/uiconfig/ui/baselinksdialog.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0d8ea9c730abd0ffb6f52337c84835cb3d5be335
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Feb 27 10:23:10 2018 +0100

    Fix assert(mpDialogImpl->get_response(pButton) == RET_HELP)
    
    ...in Dialog::add_button (vcl/source/window/dialog.cxx:1348) during
    CppunitTest_cui_dialogs_test (part of `make screenshot`)
    
    Change-Id: Ie5b8e301b99350a19f6de7de6496a9b315b633ee
    Reviewed-on: https://gerrit.libreoffice.org/50415
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Jenkins <ci at libreoffice.org>

diff --git a/cui/uiconfig/ui/baselinksdialog.ui b/cui/uiconfig/ui/baselinksdialog.ui
index 6fe5c16bf870..5b19711dfec9 100644
--- a/cui/uiconfig/ui/baselinksdialog.ui
+++ b/cui/uiconfig/ui/baselinksdialog.ui
@@ -413,7 +413,7 @@
     </child>
     <action-widgets>
       <action-widget response="0">CLOSE</action-widget>
-      <action-widget response="0">HELP</action-widget>
+      <action-widget response="-11">HELP</action-widget>
       <action-widget response="0">UPDATE_NOW</action-widget>
       <action-widget response="0">CHANGE_SOURCE</action-widget>
       <action-widget response="0">BREAK_LINK</action-widget>


More information about the Libreoffice-commits mailing list