]> Pileus Git - ~andy/gtk/commit
Fixed gdk_window_beep() to pass the toplevel instance to the toplevel's implementatio...
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 10 Mar 2011 05:08:15 +0000 (14:08 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Thu, 10 Mar 2011 05:10:32 +0000 (14:10 +0900)
commit713fd43c8f3b9eac7633cdb8e37d4d78e27e48fc
treed9ec3be7f66808d7ccef9856ef8cbf7c64815a27
parent549c249d1accaa1b1be7574a2bc87d6f68074421
Fixed gdk_window_beep() to pass the toplevel instance to the toplevel's implementation vfunc.

This incorrect assignment would cause asynchronous aborts from the X server
(they would occur if for instance, an offscreen GtkTreeView calls
gtk_widget_error_bell()).
gdk/gdkwindow.c