- Fix up logic in iris patch

This commit is contained in:
Bastien Nocera 2007-05-22 15:31:59 +00:00
parent f7aad1ef15
commit 0fc93f87a1
2 changed files with 6 additions and 3 deletions

View File

@ -19,7 +19,7 @@
- /* Only create a managed window if a11y is enabled */ - /* Only create a managed window if a11y is enabled */
- if (!a11y_enabled) - if (!a11y_enabled)
+ /* Only create a managed window if a11y/compositing manager is enabled */ + /* Only create a managed window if a11y/compositing manager is enabled */
+ if (!iris_effect_enabled) + if (iris_effect_enabled)
{ {
while (1) while (1)
{ {
@ -37,7 +37,7 @@
gtk_widget_show_all (box); gtk_widget_show_all (box);
- if (!a11y_enabled) - if (!a11y_enabled)
+ if (!iris_effect_enabled) + if (iris_effect_enabled)
{ {
/* Move the grabs to our message box */ /* Move the grabs to our message box */
gdk_pointer_grab (box->window, TRUE, 0, gdk_pointer_grab (box->window, TRUE, 0,

View File

@ -12,7 +12,7 @@
Summary: GNOME session manager Summary: GNOME session manager
Name: gnome-session Name: gnome-session
Version: 2.19.2 Version: 2.19.2
Release: 1%{?dist} Release: 2%{?dist}
URL: http://www.gnome.org URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-session/2.19/%{name}-%{version}.tar.bz2 Source0: http://download.gnome.org/sources/gnome-session/2.19/%{name}-%{version}.tar.bz2
Source1: redhat-default-session Source1: redhat-default-session
@ -194,6 +194,9 @@ fi
%{_datadir}/icons/hicolor/scalable/apps/session-properties.svg %{_datadir}/icons/hicolor/scalable/apps/session-properties.svg
%changelog %changelog
* Tue May 22 2007 - Bastien Nocera <bnocera@redhat.com> - 2.19.2-2
- Fix up logic in iris patch
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1 * Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
- Update to 2.19.2 - Update to 2.19.2