[Libreoffice-commits] core.git: Branch 'libreoffice-6-3' - sw/uiconfig

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


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

New commits:
commit 81fe764c54b0f49ca91248abb1364e6aa0cd37dd
Author:     Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Thu Sep 5 10:57:44 2019 +0200
Commit:     Xisco FaulĂ­ <xiscofauli at libreoffice.org>
CommitDate: Thu Sep 5 15:41:51 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/78633
    Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
    Tested-by: Jenkins
    Reviewed-by: Xisco FaulĂ­ <xiscofauli at libreoffice.org>

diff --git a/sw/uiconfig/swriter/ui/selectaddressdialog.ui b/sw/uiconfig/swriter/ui/selectaddressdialog.ui
index fee262987398..71859c862d8f 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