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 373766 - use gdk_window_beep() instead of gdk_display_beep()
use gdk_window_beep() instead of gdk_display_beep()
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on: 353455
Blocks:
 
 
Reported: 2006-11-11 10:55 UTC by Young-Ho Cha
Modified: 2007-01-01 05:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Young-Ho Cha 2006-11-11 10:55:48 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:
Comment 1 Matthias Clasen 2007-01-01 05:45:31 UTC
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));