From 068875fea689048802bbb1e1bc4c41c001e662b6 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 27 Jan 2010 14:30:35 +0000 Subject: - Update to 2.28.1, remove 7 patches now applied upstream --- metacity-dont-force-bell.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 metacity-dont-force-bell.patch (limited to 'metacity-dont-force-bell.patch') diff --git a/metacity-dont-force-bell.patch b/metacity-dont-force-bell.patch deleted file mode 100644 index f538caf..0000000 --- a/metacity-dont-force-bell.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up metacity-2.25.144/src/core/bell.c.no-more-brokkoli metacity-2.25.144/src/core/bell.c ---- metacity-2.25.144/src/core/bell.c.no-more-brokkoli 2009-02-21 12:04:32.447950258 -0500 -+++ metacity-2.25.144/src/core/bell.c 2009-02-21 12:04:41.191943469 -0500 -@@ -293,7 +293,6 @@ meta_bell_notify (MetaDisplay *display, - 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_MEDIA_ROLE, "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)) -- cgit