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 373760 - use gdk_window_beep() instead of gdk_display_beep()
use gdk_window_beep() instead of gdk_display_beep()
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
2.19.x
Other All
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on: 353455
Blocks:
 
 
Reported: 2006-11-11 10:39 UTC by Young-Ho Cha
Modified: 2007-09-03 08:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
use gdk_window_beep() instead of gdk_display_beep() (973 bytes, patch)
2006-11-11 10:41 UTC, Young-Ho Cha
none Details | Review
use gdk_window_beep() instead of gdk_display_beep() (975 bytes, patch)
2006-11-11 11:37 UTC, Young-Ho Cha
none Details | Review

Description Young-Ho Cha 2006-11-11 10:39:43 UTC
gtk+ 2.11 has gdk_window_beep() now.

if use gdk_window_beep, window manager can make urgent effect properly.

Other information:
Comment 1 Young-Ho Cha 2006-11-11 10:41:05 UTC
Created attachment 76380 [details] [review]
use gdk_window_beep() instead of gdk_display_beep()
Comment 2 Young-Ho Cha 2006-11-11 11:37:46 UTC
Created attachment 76383 [details] [review]
use gdk_window_beep() instead of gdk_display_beep()

fix typo
Comment 3 Christian Neumair 2007-09-02 10:48:27 UTC
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.
Comment 4 Alexander Larsson 2007-09-03 08:44:04 UTC
+ 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.