summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2009-11-26 08:56:04 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2009-11-26 08:56:04 +0000
commit2486a74f9da9245d4fe5cdf4a7cc880c49798fd5 (patch)
tree5db5cf9fb09ab94f651c0a9e0a7b37aca5bc93d4
parent95644e048899bb09965506e47164754374d290ef (diff)
downloadmetacity-2486a74f9da9245d4fe5cdf4a7cc880c49798fd5.tar.gz
metacity-2486a74f9da9245d4fe5cdf4a7cc880c49798fd5.tar.xz
metacity-2486a74f9da9245d4fe5cdf4a7cc880c49798fd5.zip
Fix a problem with the previous changemetacity-2_28_0-11_fc13
-rw-r--r--metacity.spec5
-rw-r--r--screenshot-forkbomb.patch2
2 files changed, 5 insertions, 2 deletions
diff --git a/metacity.spec b/metacity.spec
index a9a1169..604cf7d 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -3,7 +3,7 @@
Summary: Unobtrusive window manager
Name: metacity
Version: 2.28.0
-Release: 10%{?dist}
+Release: 11%{?dist}
URL: http://download.gnome.org/sources/metacity/
Source0: http://download.gnome.org/sources/metacity/2.28/metacity-%{version}.tar.bz2
# http://bugzilla.gnome.org/show_bug.cgi?id=558723
@@ -204,6 +204,9 @@ fi
%{_mandir}/man1/metacity-window-demo.1.gz
%changelog
+* Thu Nov 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-11
+- Fix a problem with the previous change
+
* Tue Nov 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-10
- Disable key repeat for screenshot keybinding (#506369)
diff --git a/screenshot-forkbomb.patch b/screenshot-forkbomb.patch
index 3df4b5b..f16595d 100644
--- a/screenshot-forkbomb.patch
+++ b/screenshot-forkbomb.patch
@@ -69,7 +69,7 @@
+ return;
+ }
+
-+ if (binding->repeating)
++ if (binding->repeating && (binding->handler->flags & BINDING_NO_REPEAT))
+ {
+ meta_topic (META_DEBUG_KEYBINDINGS,
+ "Key repeat ignored, binding %s\n",