[Libreoffice-commits] core.git: sd/uiconfig

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Mar 29 10:52:33 UTC 2021


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

New commits:
commit 2e4f1af79cf58f8750d3b6b21e47caff8704c13f
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Mar 29 11:07:30 2021 +0200
Commit:     Andreas Heinisch <andreas.heinisch at yahoo.de>
CommitDate: Mon Mar 29 12:51:54 2021 +0200

    Fix duplicate object ID
    
    ...introduced with 1bad47097694de957857c9c891bf79a4873a97c4 "tdf#67614 - Added
    the FHD image resolution", causing CppunitTest_sd_dialogs_test to SIGABRT with
    
    > warn:vcl.gtk:800970:800970:vcl/unx/gtk3/gtk3gtkinst.cxx:17012: GtkInstanceBuilder: error when calling gtk_builder_add_from_file: instdir/share/config/soffice.cfg/modules/simpress/ui/publishingdialog.ui:1197:1 Duplicate object ID 'resolution3Radiobutton-atkobject' (previously on line 1174)
    > cppunittester: vcl/unx/gtk3/gtk3gtkinst.cxx:17015: (anonymous namespace)::GtkInstanceBuilder::GtkInstanceBuilder(GtkWidget *, std::u16string_view, const rtl::OUString &, SystemChildWindow *, bool): Assertion `rc && "could not load UI file"' failed.
    
    Change-Id: I7bee0b5f2a675ffe27c9920f6a31d6f906abb90f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113298
    Tested-by: Jenkins
    Reviewed-by: Andreas Heinisch <andreas.heinisch at yahoo.de>

diff --git a/sd/uiconfig/simpress/ui/publishingdialog.ui b/sd/uiconfig/simpress/ui/publishingdialog.ui
index d6d2e0be92d3..c30f8c2b5875 100644
--- a/sd/uiconfig/simpress/ui/publishingdialog.ui
+++ b/sd/uiconfig/simpress/ui/publishingdialog.ui
@@ -1193,7 +1193,7 @@
                             <property name="draw_indicator">True</property>
                             <property name="group">resolution1Radiobutton</property>
                             <child internal-child="accessible">
-                              <object class="AtkObject" id="resolution3Radiobutton-atkobject">
+                              <object class="AtkObject" id="resolution4Radiobutton-atkobject">
                                 <property name="AtkObject::accessible-description" translatable="yes" context="publishingdialog|extended_tip|resolution4Radiobutton">Select a full hd resolution for a very high quality slide display.</property>
                               </object>
                             </child>


More information about the Libreoffice-commits mailing list