GNOME Bugzilla – Bug 633274
GtkSocket: Add error trap around call to XFixesChangeSaveSet()
Last modified: 2010-10-27 16:41:41 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().
Created attachment 173336 [details] [review] GtkSocket: Add error trap around call to XFixesChangeSaveSet()
Looks right.