GNOME Bugzilla – Bug 373760
use gdk_window_beep() instead of gdk_display_beep()
Last modified: 2007-09-03 08:44:04 UTC
gtk+ 2.11 has gdk_window_beep() now. if use gdk_window_beep, window manager can make urgent effect properly. Other information:
Created attachment 76380 [details] [review] use gdk_window_beep() instead of gdk_display_beep()
Created attachment 76383 [details] [review] use gdk_window_beep() instead of gdk_display_beep() fix typo
Thanks for your bug report, thanks for your efforts, and sorry for the delay! I've just informed the mailing list, we should get this in soon.
+ gdk_window_beep (gtk_widget_get_display (GTK_WIDGET (window)->window)); That is wrong, it should pass in the windowm not the display. I fixed that and commited.