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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 26 10:26:39 UTC 2020


 dbaccess/uiconfig/ui/namematchingpage.ui |   24 ++----------------------
 1 file changed, 2 insertions(+), 22 deletions(-)

New commits:
commit 4bf6541b35382e820717ee5416f8ddab29e4d3f8
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Feb 25 11:57:43 2020 +0000
Commit:     Michael Stahl <michael.stahl at cib.de>
CommitDate: Wed Feb 26 11:26:09 2020 +0100

    tdf#130915 second treeview doesn't use its checkboxes
    
    so we end up with blank lines under gtk
    
    Change-Id: I869c451dafe8dab0227ab8c914500ea059634c3a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89435
    Tested-by: Jenkins
    Reviewed-by: Michael Stahl <michael.stahl at cib.de>

diff --git a/dbaccess/uiconfig/ui/namematchingpage.ui b/dbaccess/uiconfig/ui/namematchingpage.ui
index 8528976ba386..543f192c67bf 100644
--- a/dbaccess/uiconfig/ui/namematchingpage.ui
+++ b/dbaccess/uiconfig/ui/namematchingpage.ui
@@ -18,16 +18,10 @@
   </object>
   <object class="GtkTreeStore" id="liststore2">
     <columns>
-      <!-- column-name check1 -->
-      <column type="gboolean"/>
       <!-- column-name text -->
       <column type="gchararray"/>
       <!-- column-name id -->
       <column type="gchararray"/>
-      <!-- column-name checkvis1 -->
-      <column type="gboolean"/>
-      <!-- column-name checktri1 -->
-      <column type="gboolean"/>
     </columns>
   </object>
   <object class="GtkBox" id="NameMatching">
@@ -230,25 +224,11 @@
                 <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-selection1"/>
                 </child>
-                <child>
-                  <object class="GtkTreeViewColumn" id="treeviewcolumn6">
-                    <property name="resizable">True</property>
-                    <property name="spacing">6</property>
-                    <child>
-                      <object class="GtkCellRendererToggle" id="cellrenderer8"/>
-                      <attributes>
-                        <attribute name="visible">3</attribute>
-                        <attribute name="active">0</attribute>
-                        <attribute name="inconsistent">4</attribute>
-                      </attributes>
-                    </child>
-                  </object>
-                </child>
                 <child>
                   <object class="GtkTreeViewColumn" id="treeviewcolumn7">
                     <property name="resizable">True</property>
@@ -256,7 +236,7 @@
                     <child>
                       <object class="GtkCellRendererText" id="cellrenderer7"/>
                       <attributes>
-                        <attribute name="text">1</attribute>
+                        <attribute name="text">0</attribute>
                       </attributes>
                     </child>
                   </object>


More information about the Libreoffice-commits mailing list