GNOME Bugzilla – Bug 373766
use gdk_window_beep() instead of gdk_display_beep()
Last modified: 2007-01-01 05:45:31 UTC
gtk+ 2.11 has gdk_window_beep() now. There are many usage of gdk_display_beep() in gtk, and some of them need to change to gdk_window_beep(). Other information:
Seems to be pretty much done: [mclasen@localhost trunk]$ grep gdk_display_beep gtk/*.c gtk/gtkfilesel.c: gdk_display_beep (gtk_widget_get_display (widget));