forked from AuroraMiddleware/gtk
Beep with gtk_widget_error_bell()
Signed-off-by: Federico Mena Quintero <federico@gnu.org> svn path=/trunk/; revision=19859
This commit is contained in:
parent
cec81cbfdf
commit
c2d5bcb7f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user