Kaydet (Commit) 564c0add authored tarafından Caolán McNamara's avatar Caolán McNamara Kaydeden (comit) Miklos Vajna

SolarMutexGuard needed here

assert seen in dbgutil

Change-Id: I09cab9e4fa4ce81d71518d87c4a571a467ead52d
Reviewed-on: https://gerrit.libreoffice.org/66327
Tested-by: Jenkins
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.com>
üst 48b3893e
...@@ -3018,6 +3018,7 @@ private: ...@@ -3018,6 +3018,7 @@ private:
static gboolean launch_overflow_switch_page(GtkInstanceNotebook* pThis) static gboolean launch_overflow_switch_page(GtkInstanceNotebook* pThis)
{ {
SolarMutexGuard aGuard;
pThis->signal_overflow_switch_page(); pThis->signal_overflow_switch_page();
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment