diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-05-14 12:23:47 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-05-14 15:22:29 +0200 |
commit | adfd3919837c8e213165015ef289c2b45073fac4 (patch) | |
tree | f3824ac6d3fbb4416250ea3cea8c42921ca073e2 /vcl | |
parent | c060e6752575ec6a9166c9e3e3e0b9fd919fab31 (diff) |
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@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk3/gtkinst.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |