starmath/uiconfig/smath/ui/sidebarelements_math.ui |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 7494eb0a847384599c88b66a159073c3ba056ac5
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Tue May 17 20:42:12 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed May 18 09:46:16 2022 +0200

    GtkCellRendererText 'text" attrib is the index of the text into the model
    
    and we need a trailing "id" column for [s|g]et_id which is assumed to exist
    
    Change-Id: Icb32e78ac76443cc15ca70f2e9248b92791b7890
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134494
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/starmath/uiconfig/smath/ui/sidebarelements_math.ui 
b/starmath/uiconfig/smath/ui/sidebarelements_math.ui
index 3b18a2a9e301..36d40a75c28b 100644
--- a/starmath/uiconfig/smath/ui/sidebarelements_math.ui
+++ b/starmath/uiconfig/smath/ui/sidebarelements_math.ui
@@ -6,6 +6,8 @@
     <columns>
       <!-- column-name text -->
       <column type="gchararray"/>
+      <!-- column-name id -->
+      <column type="gchararray"/>
     </columns>
   </object>
   <object class="GtkPaned" id="MathElementsPanel">
@@ -41,7 +43,7 @@
                 <child>
                   <object class="GtkCellRendererText" id="cellrenderertext1"/>
                   <attributes>
-                    <attribute name="text">1</attribute>
+                    <attribute name="text">0</attribute>
                   </attributes>
                 </child>
               </object>

Reply via email to