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

Julien Nabet (via logerrit) logerrit at kemper.freedesktop.org
Tue Apr 21 12:17:32 UTC 2020


 sc/uiconfig/scalc/ui/movecopysheet.ui |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7870889a51f6c398e027faabca929511d43198ab
Author:     Julien Nabet <serval2412 at yahoo.fr>
AuthorDate: Sat Apr 18 21:12:44 2020 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Tue Apr 21 14:16:43 2020 +0200

    tdf#132210: fix Calc crash when closing spreadsheet file
    
    make the dialog modal
    See bt:
    https://bugs.documentfoundation.org/attachment.cgi?id=159677
    
    Change-Id: I75719fe241950f13c2e5d65c5d9078193e631ffd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92439
    Reviewed-by: Michael Stahl <michael.stahl at cib.de>
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
    Tested-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/sc/uiconfig/scalc/ui/movecopysheet.ui b/sc/uiconfig/scalc/ui/movecopysheet.ui
index 1da0b27928e0..a700a77edfbf 100644
--- a/sc/uiconfig/scalc/ui/movecopysheet.ui
+++ b/sc/uiconfig/scalc/ui/movecopysheet.ui
@@ -14,6 +14,7 @@
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
     <property name="title" translatable="yes" context="movecopysheet|MoveCopySheetDialog">Move/Copy Sheet</property>
+    <property name="modal">True</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">


More information about the Libreoffice-commits mailing list