]> Pileus Git - ~andy/gtk/commit
GtkSocket: Add error trap around call to XFixesChangeSaveSet()
authorOwen W. Taylor <otaylor@fishsoup.net>
Wed, 27 Oct 2010 16:40:59 +0000 (12:40 -0400)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sat, 30 Oct 2010 08:35:20 +0000 (17:35 +0900)
commitd8fdbd8b72adc3aa119890aeb6ba17766e0094b6
treeeaa3050e3fa36b90cd99103511343047514f9755
parentd86164f90dc0df9f08892558ebc1121e9960ad40
GtkSocket: Add error trap around call to XFixesChangeSaveSet()

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().

https://bugzilla.gnome.org/show_bug.cgi?id=633274
gtk/gtksocket-x11.c