summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-01-14 15:55:12 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-01-14 21:55:12 +0100
commit743463057b39ee93d1fa11dc0bcdf919d47f3223 (patch)
tree60949bef53f3e02cf8874afa619afe1a695c542a /vcl
parent1a6367269df971dd6764db419162896170b4b21d (diff)
SolarMutexGuard needed here
assert seen in dbgutil Change-Id: I09cab9e4fa4ce81d71518d87c4a571a467ead52d Reviewed-on: https://gerrit.libreoffice.org/66325 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gtk3gtkinst.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index c914191e33db..bb9e7a3fa8e9 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -3084,6 +3084,7 @@ private:
static gboolean launch_overflow_switch_page(GtkInstanceNotebook* pThis)
{
+ SolarMutexGuard aGuard;
pThis->signal_overflow_switch_page();
return false;
}