From 709ef0571400d611d62e350a99face14d3cd3853 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 21 Feb 2009 17:00:26 +0000 Subject: [PATCH] Don't force CA_PROP_CANBERRA_ENABLE to 1. * src/core/bell.c: Don't force CA_PROP_CANBERRA_ENABLE to 1. That was a misunderstanding on my part, and makes it impossible to get rid of the bell. svn path=/trunk/; revision=4165 https://bugzilla.gnome.org/show_bug.cgi?id=609585 --- src/core/bell.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/bell.c b/src/core/bell.c index 936e27f43..509f777bc 100644 --- a/src/core/bell.c +++ b/src/core/bell.c @@ -297,7 +297,6 @@ meta_bell_notify (MetaDisplay *display, ca_proplist_create (&p); ca_proplist_sets (p, CA_PROP_EVENT_ID, "bell-window-system"); ca_proplist_sets (p, CA_PROP_EVENT_DESCRIPTION, _("Bell event")); - ca_proplist_sets (p, CA_PROP_CANBERRA_ENABLE, "1"); window = meta_display_lookup_x_window (display, xkb_bell_event->window); if (!window && (display->focus_window) && (display->focus_window->frame))