summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-02-21 17:00:26 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-02-21 17:00:26 +0000
commitd6ac4dc22af056ec0a6085f6eb941f324d690662 (patch)
tree7a1a10b13fd59ff6066dd2de27929242780a65b7 /src/core
parent0b3f45bb1bf8b73e4b409dba5d39479a3ae5443e (diff)
downloadmetacity-d6ac4dc22af056ec0a6085f6eb941f324d690662.tar.gz
Don't force CA_PROP_CANBERRA_ENABLE to 1. That was a misunderstanding on
* 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
Diffstat (limited to 'src/core')
-rw-r--r--src/core/bell.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/bell.c b/src/core/bell.c
index bed62d46..92d1dbd3 100644
--- a/src/core/bell.c
+++ b/src/core/bell.c
@@ -292,7 +292,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))