vcl/unx/gtk3/gtkinst.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit adfd3919837c8e213165015ef289c2b45073fac4 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri May 14 12:23:47 2021 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri May 14 15:22:29 2021 +0200
add SolarMutexGuard to asyncresponse Change-Id: I40063c65e2af9766c2373d74ae861de5ae8eccee Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115600 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx index 6b2605f01117..8dcd671c3d6b 100644 --- a/vcl/unx/gtk3/gtkinst.cxx +++ b/vcl/unx/gtk3/gtkinst.cxx @@ -7800,6 +7800,8 @@ public: void GtkInstanceDialog::asyncresponse(gint ret) { + SolarMutexGuard aGuard; + if (ret == GTK_RESPONSE_HELP) { help(); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits