mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05:00
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
This commit is contained in:
parent
0b3f45bb1b
commit
d6ac4dc22a
@ -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
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user