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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 13 13:50:15 UTC 2019


 dbaccess/uiconfig/ui/parametersdialog.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit eea0879cdf1b40e6ce424dd97b58e2a84846ad79
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Wed Nov 13 12:39:00 2019 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Wed Nov 13 14:49:26 2019 +0100

    receives_default without can_default
    
    Change-Id: Ib1fb808876ab5f34951d55d8cd06b2ff01f44496
    Reviewed-on: https://gerrit.libreoffice.org/82590
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/dbaccess/uiconfig/ui/parametersdialog.ui b/dbaccess/uiconfig/ui/parametersdialog.ui
index f86166d22641..55f68b612696 100644
--- a/dbaccess/uiconfig/ui/parametersdialog.ui
+++ b/dbaccess/uiconfig/ui/parametersdialog.ui
@@ -189,6 +189,7 @@
                             <property name="label" translatable="yes" context="parametersdialog|next">_Next</property>
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
+                            <property name="can_default">True</property>
                             <property name="receives_default">True</property>
                             <property name="use_underline">True</property>
                           </object>


More information about the Libreoffice-commits mailing list