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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sun Jan 31 19:29:22 UTC 2021


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

New commits:
commit 515763dd9106c5e2237fc7515628d37700fddc00
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sun Jan 31 16:48:27 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sun Jan 31 20:28:45 2021 +0100

    Resolves: tdf#139239 set correct search column
    
    Change-Id: I69703228a942f16efd7a9c6270639fadd5c6c51e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110207
    Tested-by: Jenkins
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/dbaccess/uiconfig/ui/choosedatasourcedialog.ui b/dbaccess/uiconfig/ui/choosedatasourcedialog.ui
index 9c4894eb934c..914751d588db 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