1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11-toolkits/eel/files/patch-eel_eel-stock-dialogs.c
Joe Marcus Clarke ae52bc8089 Presenting GNOME 2.26 for FreeBSD. See
http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new.
On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative
for Firefox 2.0 as a Gecko provider.  Almost all of the Gecko consumers
can make use of this provider by setting:

WITH_GECKO=libxul

The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with
contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen,
Martin Matuska, Craig Butler, and Pawel Worach.
2009-04-10 05:56:28 +00:00

21 lines
554 B
C

--- eel/eel-stock-dialogs.c.orig 2008-10-07 11:34:27.000000000 +0200
+++ eel/eel-stock-dialogs.c 2009-02-22 16:33:40.000000000 +0100
@@ -96,6 +96,8 @@ timed_wait_delayed_close_timeout_callbac
{
guint handler_id;
+ GDK_THREADS_ENTER ();
+
handler_id = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (callback_data),
"eel-stock-dialogs/delayed_close_handler_timeout_id"));
@@ -105,6 +107,8 @@ timed_wait_delayed_close_timeout_callbac
gtk_object_destroy (GTK_OBJECT (callback_data));
+ GDK_THREADS_LEAVE ();
+
return FALSE;
}