- Fix up logic in iris patch
This commit is contained in:
parent
f7aad1ef15
commit
0fc93f87a1
@ -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,
|
||||
|
@ -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 <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
|
||||
- Update to 2.19.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user