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

Stephan Bergmann sbergman at redhat.com
Wed Feb 28 20:43:21 UTC 2018


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

New commits:
commit 0d7fe549f8deaa0ea5b6d23e86865d40dd29c8f8
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Feb 28 16:32:21 2018 +0100

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

diff --git a/cui/uiconfig/ui/newtabledialog.ui b/cui/uiconfig/ui/newtabledialog.ui
index 45805c68fe6d..e152ceee704d 100644
--- a/cui/uiconfig/ui/newtabledialog.ui
+++ b/cui/uiconfig/ui/newtabledialog.ui
@@ -168,7 +168,7 @@
       </object>
     </child>
     <action-widgets>
-      <action-widget response="0">button1</action-widget>
+      <action-widget response="-11">button1</action-widget>
       <action-widget response="-5">ok</action-widget>
       <action-widget response="-6">cancel</action-widget>
     </action-widgets>


More information about the Libreoffice-commits mailing list