summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/app/gtkdata.cxx
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-10-21 15:27:17 +0100
committerMichael Meeks <michael.meeks@suse.com>2011-10-25 13:41:58 +0100
commit12b3f6a9d8ebb994f974b3ea906502c3ed5c326d (patch)
treedca692e125ad8114c0b7cad7aa914512f519d004 /vcl/unx/gtk/app/gtkdata.cxx
parenta07e8231a5cd3e12f7120486098479ab6ae6bcc2 (diff)
gtk3: add some missing SolarMutexGuards (thanks to mst for noticing)
Diffstat (limited to 'vcl/unx/gtk/app/gtkdata.cxx')
-rw-r--r--vcl/unx/gtk/app/gtkdata.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx
index ad417f1ccc28..b50f85978692 100644
--- a/vcl/unx/gtk/app/gtkdata.cxx
+++ b/vcl/unx/gtk/app/gtkdata.cxx
@@ -880,6 +880,7 @@ gboolean GtkData::userEventFn( gpointer data )
extern "C" {
static gboolean call_userEventFn( void *data )
{
+ SolarMutexGuard aGuard;
return GtkData::userEventFn( data );
}
}