[Libreoffice-commits] core.git: sw/uiconfig
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Wed Sep 15 14:51:54 UTC 2021
sw/uiconfig/swriter/ui/mmresultsavedialog.ui | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 7b37af5af6afe75ad952538c145a4f4e61de9a96
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Sep 15 15:23:44 2021 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Sep 15 16:51:21 2021 +0200
Fix broken ui file
...after 45c4caff685b15a0f1b87ef05436a7e6aca96851 "tdf#144483 sw mail merge:
save ranges in a single document", causing CppunitTest_sw_dialogs_test to fail
with
> warn:vcl.gtk:2759211:2759211:vcl/unx/gtk3/gtkinst.cxx:21611: GtkInstanceBuilder: error when calling gtk_builder_add_from_file: ~/lo/core/instdir/share/config/soffice.cfg/modules/swriter/ui/mmresultsavedialog.ui:165:49 Invalid property: GtkCheckButton.group
Change-Id: Ib846f3cb1883de50c28c13441aaf880ae1a480fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122153
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/sw/uiconfig/swriter/ui/mmresultsavedialog.ui b/sw/uiconfig/swriter/ui/mmresultsavedialog.ui
index ffd9d6df3ce1..44759e65a033 100644
--- a/sw/uiconfig/swriter/ui/mmresultsavedialog.ui
+++ b/sw/uiconfig/swriter/ui/mmresultsavedialog.ui
@@ -162,7 +162,6 @@
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
- <property name="group">singlerb</property>
<accessibility>
<relation type="label-for" target="from"/>
</accessibility>
More information about the Libreoffice-commits
mailing list