- Update fade patch for new gnome-desktop release

This commit is contained in:
Ray Strode 2009-01-20 02:04:25 +00:00
parent 37054fb24f
commit 4e7f1f5ab7
2 changed files with 5 additions and 2 deletions

View File

@ -45,7 +45,7 @@ diff --git a/plugins/background/gsd-background-manager.c b/plugins/background/gs
+ if (use_crossfade) {
+ GnomeBGCrossfade *fade;
+
+ fade = gnome_bg_set_pixmap_as_root_with_crossfade (screen, pixmap, NULL);
+ fade = gnome_bg_set_pixmap_as_root_with_crossfade (screen, pixmap);
+ g_signal_connect (fade, "finished",
+ G_CALLBACK (g_object_unref), NULL);
+ } else {

View File

@ -1,6 +1,6 @@
Name: gnome-settings-daemon
Version: 2.25.3
Release: 3%{?dist}
Release: 4%{?dist}
Summary: The daemon sharing settings from GNOME to GTK+/KDE applications
Group: System Environment/Daemons
@ -170,6 +170,9 @@ fi
%{_libdir}/pkgconfig/gnome-settings-daemon.pc
%changelog
* Mon Jan 19 2009 - Ray Strode <rstrode@redhat.com> - 2.25.3-4
- Update fade patch for new gnome-desktop release
* Thu Dec 18 2008 - Bastien Nocera <bnocera@redhat.com> - 2.25.3-3
- Rebuild