[mutter: 32/209] Don't force CA_PROP_CANBERRA_ENABLE to 1. That was a misunderstanding on
- From: Owen Taylor <otaylor src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [mutter: 32/209] Don't force CA_PROP_CANBERRA_ENABLE to 1. That was a misunderstanding on
- Date: Thu, 11 Feb 2010 17:24:01 +0000 (UTC)
commit d6ac4dc22af056ec0a6085f6eb941f324d690662
Author: Matthias Clasen <matthiasc src gnome org>
Date: Sat Feb 21 17:00:26 2009 +0000
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
ChangeLog | 6 ++++++
src/core/bell.c | 1 -
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 0244a1a..d97825a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-02-21 Matthias Clasen <mclasen redhat com>
+
+ * 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.
+
2009-02-11 Thomas Thurman <tthurman gnome org>
Use zenity for the session management dialogue that warns about
diff --git a/src/core/bell.c b/src/core/bell.c
index bed62d4..92d1dbd 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))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]