- Fix swapped LHS and RHS in more-aggressive-about-loading-icons

patch
This commit is contained in:
Ray Strode 2011-01-20 14:37:42 -05:00
parent 8fa37622c1
commit 14687579e4
2 changed files with 6 additions and 2 deletions

View File

@ -15,7 +15,7 @@
Summary: The GNOME Display Manager
Name: gdm
Version: 2.91.4
Release: 4%{?dist}
Release: 5%{?dist}
Epoch: 1
License: GPLv2+
Group: User Interface/X
@ -377,6 +377,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/ull || :
%{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
%changelog
* Wed Jan 19 2011 Ray Strode <rstrode@redhat.com> 2.91.4-5
- Fix swapped LHS and RHS in more-aggressive-about-loading-icons
patch
* Wed Jan 19 2011 Ray Strode <rstrode@redhat.com> 2.91.4-4
- Update previous patch to handle NULL better

View File

@ -71,7 +71,7 @@ index 8df255f..6d03c38 100644
+ TRUE, 8, 1, 1, 1, NULL, NULL);
+ scaled_pixbuf = gdk_pixbuf_scale_simple (pixbuf, size, size, GDK_INTERP_NEAREST);
+ g_object_unref (pixbuf);
+ scaled_pixbuf = pixbuf;
+ pixbuf = scaled_pixbuf;
}
return pixbuf;