[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - vcl/unx

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Jan 25 08:20:22 UTC 2019


 vcl/unx/gtk3/gtk3gtkinst.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 564c0addb3594a2221228f616374f64d1822ab41
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon Jan 14 15:55:12 2019 +0000
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Fri Jan 25 09:19:53 2019 +0100

    SolarMutexGuard needed here
    
    assert seen in dbgutil
    
    Change-Id: I09cab9e4fa4ce81d71518d87c4a571a467ead52d
    Reviewed-on: https://gerrit.libreoffice.org/66327
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmiklos at collabora.com>

diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index 167a10d1fe17..fe74ae76bdb3 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -3018,6 +3018,7 @@ private:
 
     static gboolean launch_overflow_switch_page(GtkInstanceNotebook* pThis)
     {
+        SolarMutexGuard aGuard;
         pThis->signal_overflow_switch_page();
         return false;
     }


More information about the Libreoffice-commits mailing list