From a3ae46ec2f542f1695cea66ef855183ef18a03b2 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Sep 24 2012 13:42:14 +0000 Subject: fix patch to apply --- diff --git a/0001-Resolves-rhbz-855541-XIOError-handler-multithread-wo.patch b/0001-Resolves-rhbz-855541-XIOError-handler-multithread-wo.patch index fdf22d6..3b4a18f 100644 --- a/0001-Resolves-rhbz-855541-XIOError-handler-multithread-wo.patch +++ b/0001-Resolves-rhbz-855541-XIOError-handler-multithread-wo.patch @@ -60,7 +60,7 @@ index 8f3151c..867883f 100644 + XSetIOErrorHandler(aOrigXIOErrorHandler); } - void GtkData::Dispose() + void GtkData::Yield( bool bWait, bool bHandleAllCurrentEvents ) @@ -664,6 +677,7 @@ void GtkData::Init() // init gtk/gdk gtk_init_check( &nParams, &pCmdLineAry );