summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-05-23 17:12:41 +0100
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-05-31 16:14:48 +0200
commit48adb09c2032285bc7d02f495cbdb3fc5185f0c5 (patch)
tree60901b677fda87fc9fbdbedaa047370e885af10a
parenttdf#149096: don't translate "Get" and "Post" submit methods (diff)
downloadcore-48adb09c2032285bc7d02f495cbdb3fc5185f0c5.tar.gz
core-48adb09c2032285bc7d02f495cbdb3fc5185f0c5.zip
tdf#148168 set built-in gtk search box to search "document name" column
rather than column 0 which is used for icons Change-Id: Idef015e575fe6a4f76ad0cc67481ca8454a07206 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134782 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r--svx/uiconfig/ui/docrecoveryrecoverdialog.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui
index b48132a8be6b..982b19bf8bce 100644
--- a/svx/uiconfig/ui/docrecoveryrecoverdialog.ui
+++ b/svx/uiconfig/ui/docrecoveryrecoverdialog.ui
@@ -139,7 +139,7 @@
<property name="model">liststore1</property>
<property name="headers_clickable">False</property>
<property name="headers_visible">True</property>
- <property name="search_column">0</property>
+ <property name="search-column">1</property>
<property name="show_expanders">False</property>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection2"/>