sw/uiconfig/swriter/ui/optcaptionpage.ui |    7 ++++++-
 sw/uiconfig/swriter/ui/optcompatpage.ui  |    5 +++++
 2 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 69dadc8536fef3650f78d7be07d4de0b78866d1e
Author:     Caolán McNamara <caolan.mcnam...@collabora.com>
AuthorDate: Sat Jun 15 20:43:51 2024 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Mon Jun 17 12:11:25 2024 +0200

    fix gtktreestore.c:1047: Invalid column number 6 added to iter warning
    
    probably since:
    
    commit 35f59457ff434b7b97cad6ce1dbef6ff07f7bc96
    Date:   Thu Nov 16 17:03:39 2023 +0100
    
        tdf#158135 - UI: Part 30 - Unify lockdown behavior of Options dialog
    
        for Writer - Compatibility Page.
    
    Change-Id: Icaf1320f4f819294d49f99b3f1728fa025c51e11
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168931
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/uiconfig/swriter/ui/optcaptionpage.ui 
b/sw/uiconfig/swriter/ui/optcaptionpage.ui
index f8384b45bf88..29dc5ec08c69 100644
--- a/sw/uiconfig/swriter/ui/optcaptionpage.ui
+++ b/sw/uiconfig/swriter/ui/optcaptionpage.ui
@@ -4,7 +4,7 @@
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkTreeStore" id="liststore1">
     <columns>
-      <!-- column-name check -->
+      <!-- column-name check1 -->
       <column type="gboolean"/>
       <!-- column-name text -->
       <column type="gchararray"/>
@@ -14,6 +14,10 @@
       <column type="gboolean"/>
       <!-- column-name checktri1 -->
       <column type="gboolean"/>
+      <!-- column-name weight1 -->
+      <column type="gint"/>
+      <!-- column-name sensitive1 -->
+      <column type="gboolean"/>
     </columns>
   </object>
   <object class="GtkBox" id="OptCaptionPage">
@@ -621,6 +625,7 @@
                             <child>
                               <object class="GtkCellRendererText" 
id="cellrenderer1"/>
                               <attributes>
+                                <attribute name="sensitive">6</attribute>
                                 <attribute name="text">1</attribute>
                               </attributes>
                             </child>
diff --git a/sw/uiconfig/swriter/ui/optcompatpage.ui 
b/sw/uiconfig/swriter/ui/optcompatpage.ui
index b149c06671db..4d55aa3195fc 100644
--- a/sw/uiconfig/swriter/ui/optcompatpage.ui
+++ b/sw/uiconfig/swriter/ui/optcompatpage.ui
@@ -14,6 +14,10 @@
       <column type="gboolean"/>
       <!-- column-name checktri1 -->
       <column type="gboolean"/>
+      <!-- column-name weight1 -->
+      <column type="gint"/>
+      <!-- column-name sensitive1 -->
+      <column type="gboolean"/>
     </columns>
   </object>
   <object class="GtkBox" id="OptCompatPage">
@@ -82,6 +86,7 @@
                         <child>
                           <object class="GtkCellRendererText" 
id="cellrenderer4"/>
                           <attributes>
+                            <attribute name="sensitive">6</attribute>
                             <attribute name="text">1</attribute>
                           </attributes>
                         </child>

Reply via email to