metacity r4165 - in trunk: . src/core



Author: matthiasc
Date: Sat Feb 21 17:00:26 2009
New Revision: 4165
URL: http://svn.gnome.org/viewvc/metacity?rev=4165&view=rev

Log:
        * 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.



Modified:
   trunk/ChangeLog
   trunk/src/core/bell.c

Modified: trunk/src/core/bell.c
==============================================================================
--- trunk/src/core/bell.c	(original)
+++ trunk/src/core/bell.c	Sat Feb 21 17:00:26 2009
@@ -292,7 +292,6 @@
       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]