- Fix crossfade
This commit is contained in:
parent
55bd911393
commit
cd2b7b4c9f
26
nautilus-2.28.0-revert-bg-fade-break.patch
Normal file
26
nautilus-2.28.0-revert-bg-fade-break.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From 96d03f31952dda243888313294137058269dfbf6 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Ray Strode <rstrode@redhat.com>
|
||||||
|
Date: Wed, 23 Sep 2009 17:48:33 -0400
|
||||||
|
Subject: [PATCH] Revert "Emit APPEARANCE_CHANGED when setting the bg color"
|
||||||
|
|
||||||
|
This reverts commit 7b86b78e2ff6a0f1b45ac8f8a9c30cf3d0c6ae96.
|
||||||
|
---
|
||||||
|
eel/eel-background.c | 2 --
|
||||||
|
1 files changed, 0 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/eel/eel-background.c b/eel/eel-background.c
|
||||||
|
index 9c40629..81a4e61 100644
|
||||||
|
--- a/eel/eel-background.c
|
||||||
|
+++ b/eel/eel-background.c
|
||||||
|
@@ -563,8 +563,6 @@ eel_background_set_color (EelBackground *background,
|
||||||
|
background->details->color = g_strdup (color);
|
||||||
|
|
||||||
|
set_image_properties (background);
|
||||||
|
-
|
||||||
|
- g_signal_emit (background, signals[APPEARANCE_CHANGED], 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
--
|
||||||
|
1.6.4.2
|
||||||
|
|
@ -15,7 +15,7 @@
|
|||||||
Name: nautilus
|
Name: nautilus
|
||||||
Summary: File manager for GNOME
|
Summary: File manager for GNOME
|
||||||
Version: 2.28.0
|
Version: 2.28.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
Source: http://download.gnome.org/sources/%{name}/2.28/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/%{name}/2.28/%{name}-%{version}.tar.bz2
|
||||||
@ -85,6 +85,9 @@ Patch10: nautilus-gvfs-desktop-key-2.patch
|
|||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=519743
|
# http://bugzilla.gnome.org/show_bug.cgi?id=519743
|
||||||
Patch17: nautilus-filetype-symlink-fix.patch
|
Patch17: nautilus-filetype-symlink-fix.patch
|
||||||
|
|
||||||
|
# Need to file upstream and investigate a real fix
|
||||||
|
Patch18: nautilus-2.28.0-revert-bg-fade-break.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Nautilus is the file manager and graphical shell for the GNOME desktop
|
Nautilus is the file manager and graphical shell for the GNOME desktop
|
||||||
that makes it easy to manage your files and the rest of your system.
|
that makes it easy to manage your files and the rest of your system.
|
||||||
@ -121,6 +124,7 @@ for developing nautilus extensions.
|
|||||||
# %patch8 -p1 -b .hide-white-screen
|
# %patch8 -p1 -b .hide-white-screen
|
||||||
%patch10 -p1 -b .gvfs-desktop-key
|
%patch10 -p1 -b .gvfs-desktop-key
|
||||||
%patch17 -p0 -b .symlink
|
%patch17 -p0 -b .symlink
|
||||||
|
%patch18 -p1 -b .revert-bg-fade-break
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -256,6 +260,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 23 2009 Ray Strode <rstrode@redhat.com> 2.28.0-2
|
||||||
|
- Fix crossfade
|
||||||
|
|
||||||
* Mon Sep 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.0-1
|
* Mon Sep 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.0-1
|
||||||
- Update to 2.28.0
|
- Update to 2.28.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user