[Libreoffice-commits] core.git: vcl/unx
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri May 14 13:23:10 UTC 2021
vcl/unx/gtk3/gtkinst.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit adfd3919837c8e213165015ef289c2b45073fac4
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri May 14 12:23:47 2021 +0100
Commit: Caolán McNamara <caolanm at 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 <caolanm at 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();
More information about the Libreoffice-commits
mailing list