- Update fade patch for new gnome-desktop release
This commit is contained in:
parent
37054fb24f
commit
4e7f1f5ab7
@ -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 {
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user