[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - dbaccess/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Tue Jun 11 12:12:55 UTC 2019


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

New commits:
commit 84584d7d55d3d9c3f8ac6504c888a81623719bf9
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Jun 11 10:44:46 2019 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jun 11 14:11:52 2019 +0200

    has_default needs can_default
    
    Change-Id: Id841d214b8d88a986c07d2827b281e5805c3c941
    Reviewed-on: https://gerrit.libreoffice.org/73811
    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/textconnectionsettings.ui b/dbaccess/uiconfig/ui/textconnectionsettings.ui
index c19184429637..10f01e82dfdf 100644
--- a/dbaccess/uiconfig/ui/textconnectionsettings.ui
+++ b/dbaccess/uiconfig/ui/textconnectionsettings.ui
@@ -28,6 +28,7 @@
                 <property name="label">gtk-ok</property>
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="can_default">True</property>
                 <property name="has_default">True</property>
                 <property name="receives_default">True</property>
                 <property name="use_stock">True</property>


More information about the Libreoffice-commits mailing list