[Libreoffice-commits] core.git: Branch 'libreoffice-7-1' - dbaccess/uiconfig

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 1 11:22:37 UTC 2021


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

New commits:
commit f37ac606dd92d85ccdc8189f274213888a594c84
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Jan 31 16:48:27 2021 +0000
Commit:     Michael Stahl <michael.stahl at allotropia.de>
CommitDate: Mon Feb 1 12:22:02 2021 +0100

    Resolves: tdf#139239 set correct search column
    
    Change-Id: I69703228a942f16efd7a9c6270639fadd5c6c51e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110214
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.stahl at allotropia.de>

diff --git a/dbaccess/uiconfig/ui/choosedatasourcedialog.ui b/dbaccess/uiconfig/ui/choosedatasourcedialog.ui
index d599d96b1eed..6bd38e531734 100644
--- a/dbaccess/uiconfig/ui/choosedatasourcedialog.ui
+++ b/dbaccess/uiconfig/ui/choosedatasourcedialog.ui
@@ -137,7 +137,7 @@
                     <property name="vexpand">True</property>
                     <property name="model">liststore2</property>
                     <property name="headers_visible">False</property>
-                    <property name="search_column">1</property>
+                    <property name="search_column">0</property>
                     <property name="show_expanders">False</property>
                     <child internal-child="selection">
                       <object class="GtkTreeSelection" id="Macro Library List-selection2"/>


More information about the Libreoffice-commits mailing list