diff --git a/gnome-session-2.18.0-dont-use-iris-with-cm.patch b/gnome-session-2.18.0-dont-use-iris-with-cm.patch index e065bf0..8d5ea1f 100644 --- a/gnome-session-2.18.0-dont-use-iris-with-cm.patch +++ b/gnome-session-2.18.0-dont-use-iris-with-cm.patch @@ -19,7 +19,7 @@ - /* Only create a managed window if a11y is enabled */ - if (!a11y_enabled) + /* Only create a managed window if a11y/compositing manager is enabled */ -+ if (!iris_effect_enabled) ++ if (iris_effect_enabled) { while (1) { @@ -37,7 +37,7 @@ gtk_widget_show_all (box); - if (!a11y_enabled) -+ if (!iris_effect_enabled) ++ if (iris_effect_enabled) { /* Move the grabs to our message box */ gdk_pointer_grab (box->window, TRUE, 0, diff --git a/gnome-session.spec b/gnome-session.spec index 7d18f2c..3a986fa 100644 --- a/gnome-session.spec +++ b/gnome-session.spec @@ -12,7 +12,7 @@ Summary: GNOME session manager Name: gnome-session Version: 2.19.2 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.gnome.org Source0: http://download.gnome.org/sources/gnome-session/2.19/%{name}-%{version}.tar.bz2 Source1: redhat-default-session @@ -194,6 +194,9 @@ fi %{_datadir}/icons/hicolor/scalable/apps/session-properties.svg %changelog +* Tue May 22 2007 - Bastien Nocera - 2.19.2-2 +- Fix up logic in iris patch + * Sun May 20 2007 Matthias Clasen - 2.19.2-1 - Update to 2.19.2