From c2d5bcb7f7eee3a43e6931f37cc665b04ade358f Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 13 Mar 2008 00:48:10 +0000 Subject: [PATCH] Beep with gtk_widget_error_bell() Signed-off-by: Federico Mena Quintero svn path=/trunk/; revision=19859 --- gtk/gtkfilechooserentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkfilechooserentry.c b/gtk/gtkfilechooserentry.c index 911acd9215..e674582392 100644 --- a/gtk/gtkfilechooserentry.c +++ b/gtk/gtkfilechooserentry.c @@ -406,7 +406,7 @@ clear_completions (GtkFileChooserEntry *chooser_entry) static void beep (GtkFileChooserEntry *chooser_entry) { - gdk_display_beep (gtk_widget_get_display (GTK_WIDGET (chooser_entry))); + gtk_widget_error_bell (GTK_WIDGET (chooser_entry)); } /* This function will append a directory separator to paths to