FreeBSD Bugzilla – Attachment 46556 Details for
Bug 71439
Fix port: x11-toolkits/libgnomeui (multi-threading fix)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 446 bytes, created by
Jean-Yves Lefort
on 2004-09-07 00:10:26 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Jean-Yves Lefort
Created:
2004-09-07 00:10:26 UTC
Size:
446 bytes
patch
obsolete
>--- libgnomeui/gnome-ice.c.orig Tue Sep 7 00:48:38 2004 >+++ libgnomeui/gnome-ice.c Tue Sep 7 00:49:05 2004 >@@ -54,6 +54,8 @@ > IceConn connection = (IceConn) data; > IceProcessMessagesStatus status; > >+ GDK_THREADS_ENTER(); >+ > status = IceProcessMessages (connection, NULL, NULL); > > if (status == IceProcessMessagesIOError) >@@ -73,6 +75,8 @@ > IceCloseConnection (connection); > } > } >+ >+ GDK_THREADS_LEAVE(); > > return TRUE; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 71439
: 46556