sd/uiconfig/simpress/ui/tabledesignpanel.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2ee02727497475f7abf50f734daaebf4e7a64727
Author:     Julien Nabet <serval2...@yahoo.fr>
AuthorDate: Sun Jun 9 21:18:02 2024 +0200
Commit:     Caolán McNamara <caolan.mcnam...@collabora.com>
CommitDate: Sun Jun 9 22:09:31 2024 +0200

    tdf#161467: fix assertion in Impress when inserting table (gtk4)
    
    Change-Id: Ib3b21c46e7c19be27a64b52badc618480f0a86c8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168593
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com>
    Tested-by: Caolán McNamara <caolan.mcnam...@collabora.com>

diff --git a/sd/uiconfig/simpress/ui/tabledesignpanel.ui 
b/sd/uiconfig/simpress/ui/tabledesignpanel.ui
index c820774d1bec..bb16153eae16 100644
--- a/sd/uiconfig/simpress/ui/tabledesignpanel.ui
+++ b/sd/uiconfig/simpress/ui/tabledesignpanel.ui
@@ -184,7 +184,7 @@
         <property name="label" translatable="yes" 
context="tabledesignpanel|menuformat">Format</property>
         <property name="use-underline">True</property>
         <child type="submenu">
-          <object class="GtkMenu">
+          <object class="GtkMenu" id="menu1">
             <property name="visible">True</property>
             <property name="can-focus">False</property>
             <child>

Reply via email to