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

Michael Weghorn (via logerrit) logerrit at kemper.freedesktop.org
Thu Sep 5 12:23:42 UTC 2019


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

New commits:
commit 111cf7ee0b26a831577c7c03089f9de159aef16d
Author:     Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Thu Sep 5 10:57:44 2019 +0200
Commit:     Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Thu Sep 5 14:22:49 2019 +0200

    tdf#127357 Make "Select Address List" dialog modal again
    
    Modality got lost for non-gtk3 VCL plugins when the dialog
    was welded in commit 3963bab7c1cd31b946646131cdc5576894675293
    ("weld SwCreateAddressListDialog").
    
    Change-Id: I92cb706d7ff9033d4f5b6fe91837739d548a887f
    Reviewed-on: https://gerrit.libreoffice.org/78631
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>

diff --git a/sw/uiconfig/swriter/ui/selectaddressdialog.ui b/sw/uiconfig/swriter/ui/selectaddressdialog.ui
index e8151459c9c6..7f111aeaa6cc 100644
--- a/sw/uiconfig/swriter/ui/selectaddressdialog.ui
+++ b/sw/uiconfig/swriter/ui/selectaddressdialog.ui
@@ -17,6 +17,7 @@
     <property name="border_width">6</property>
     <property name="title" translatable="yes" context="selectaddressdialog|SelectAddressDialog">Select Address List</property>
     <property name="resizable">False</property>
+    <property name="modal">True</property>
     <property name="type_hint">dialog</property>
     <child>
       <placeholder/>


More information about the Libreoffice-commits mailing list