sw/uiconfig/swriter/ui/exchangedatabases.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 365bd679904ec5f67d1061511d7faf73f9f8aa62
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Thu Apr 7 17:02:54 2022 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Thu Apr 7 19:58:27 2022 +0200

    tdf#148445 sw: Make "Exchange Databases" dialog modal
    
    This among others prevents opening the "Exchange Database"
    dialog from the mail merge wizard, then closing
    the mail merge wizard while the "Exchange Dialog" is
    still open, resulting in a crash.
    
    Change-Id: I86bd80d0bfa6084bf0f772bb430b2a871e9b5ef0
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132678
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>
    Tested-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/sw/uiconfig/swriter/ui/exchangedatabases.ui 
b/sw/uiconfig/swriter/ui/exchangedatabases.ui
index 304847e25c7b..7891bed8d3bd 100644
--- a/sw/uiconfig/swriter/ui/exchangedatabases.ui
+++ b/sw/uiconfig/swriter/ui/exchangedatabases.ui
@@ -26,6 +26,7 @@
     <property name="can-focus">False</property>
     <property name="border-width">6</property>
     <property name="title" translatable="yes" 
context="exchangedatabases|ExchangeDatabasesDialog">Exchange 
Databases</property>
+    <property name="modal">True</property>
     <property name="type-hint">dialog</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">

Reply via email to