- Fix swapped LHS and RHS in more-aggressive-about-loading-icons
patch
This commit is contained in:
parent
8fa37622c1
commit
14687579e4
6
gdm.spec
6
gdm.spec
@ -15,7 +15,7 @@
|
|||||||
Summary: The GNOME Display Manager
|
Summary: The GNOME Display Manager
|
||||||
Name: gdm
|
Name: gdm
|
||||||
Version: 2.91.4
|
Version: 2.91.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/X
|
Group: User Interface/X
|
||||||
@ -377,6 +377,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/ull || :
|
|||||||
%{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
|
%{_libdir}/gdm/simple-greeter/plugins/fingerprint.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jan 19 2011 Ray Strode <rstrode@redhat.com> 2.91.4-4
|
||||||
- Update previous patch to handle NULL better
|
- Update previous patch to handle NULL better
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ index 8df255f..6d03c38 100644
|
|||||||
+ TRUE, 8, 1, 1, 1, NULL, NULL);
|
+ TRUE, 8, 1, 1, 1, NULL, NULL);
|
||||||
+ scaled_pixbuf = gdk_pixbuf_scale_simple (pixbuf, size, size, GDK_INTERP_NEAREST);
|
+ scaled_pixbuf = gdk_pixbuf_scale_simple (pixbuf, size, size, GDK_INTERP_NEAREST);
|
||||||
+ g_object_unref (pixbuf);
|
+ g_object_unref (pixbuf);
|
||||||
+ scaled_pixbuf = pixbuf;
|
+ pixbuf = scaled_pixbuf;
|
||||||
}
|
}
|
||||||
|
|
||||||
return pixbuf;
|
return pixbuf;
|
||||||
|
Loading…
Reference in New Issue
Block a user