After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 633274 - GtkSocket: Add error trap around call to XFixesChangeSaveSet()
GtkSocket: Add error trap around call to XFixesChangeSaveSet()
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2010-10-27 16:30 UTC by Owen Taylor
Modified: 2010-10-27 16:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GtkSocket: Add error trap around call to XFixesChangeSaveSet() (1.25 KB, patch)
2010-10-27 16:30 UTC, Owen Taylor
accepted-commit_now Details | Review

Description Owen Taylor 2010-10-27 16:30:52 UTC
Previously any X error from XFixesChangeSaveSet() was being eaten
by the subsequent error trap when sending a client message. With
asynchronous error traps, that side effect no longer occurs, so
we need to add a proper error trap around the call to
XFixesChangeSaveSet().
Comment 1 Owen Taylor 2010-10-27 16:30:54 UTC
Created attachment 173336 [details] [review]
GtkSocket: Add error trap around call to XFixesChangeSaveSet()
Comment 2 Matthias Clasen 2010-10-27 16:36:47 UTC
Looks right.