diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2022-04-07 17:02:54 +0200 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2022-04-07 19:58:27 +0200 |
commit | 365bd679904ec5f67d1061511d7faf73f9f8aa62 (patch) | |
tree | dac81458a0165f8b937d5c8cf37c4eaa07eead1e /sw/uiconfig | |
parent | dafa352065b31428c54e8eded382a36951f7af5c (diff) |
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.weghorn@posteo.de>
Tested-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/exchangedatabases.ui | 1 |
1 files changed, 1 insertions, 0 deletions
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"> |