summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk3/gtkinst.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-07-14 10:22:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-07-14 20:54:19 +0200
commit12fe411cffb4cb7088f6af096b858e0c6c091c54 (patch)
treee3c2810518bc5d7f0526ef632050067a3252f408 /vcl/unx/gtk3/gtkinst.cxx
parent03f1d66a57e7093c85a906bc08e3ce3ee74f81e4 (diff)
gtk4: add SolarMutexGuard on entering vcl from gtk
Change-Id: I1f380c5f700b77520ce548963195ce30059f0633 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118890 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/unx/gtk3/gtkinst.cxx')
-rw-r--r--vcl/unx/gtk3/gtkinst.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index 1ee5072aed7f..f82ab5d105cc 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -17490,6 +17490,7 @@ private:
static void signalPopupToggled(GObject*, GParamSpec*, gpointer widget)
{
GtkInstanceComboBox* pThis = static_cast<GtkInstanceComboBox*>(widget);
+ SolarMutexGuard aGuard;
pThis->signal_popup_toggled();
}