cui/uiconfig/ui/appearance.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit dbf4e9ac30e9a63839cbdcf7881c6509c3c5396b
Author:     Julien Nabet <[email protected]>
AuthorDate: Wed Jun 11 19:05:21 2025 +0200
Commit:     Julien Nabet <[email protected]>
CommitDate: Wed Jun 11 21:37:26 2025 +0200

    Fix invalid cast from 'GtkImage' to 'GtkLabel' in appearance.ui
    
    Change-Id: I5a5bff162bc4c0fee22f58068a833e92db485787
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/186383
    Reviewed-by: Julien Nabet <[email protected]>
    Tested-by: Jenkins

diff --git a/cui/uiconfig/ui/appearance.ui b/cui/uiconfig/ui/appearance.ui
index 786913987d27..13a0e8dca2e6 100644
--- a/cui/uiconfig/ui/appearance.ui
+++ b/cui/uiconfig/ui/appearance.ui
@@ -460,6 +460,7 @@
                 <property name="receives-default">True</property>
                 <property name="halign">start</property>
                 <property name="draw-indicator">True</property>
+                <property name="label" translatable="no"></property>
                 <child>
                   <placeholder/>
                 </child>

Reply via email to