# Upstream: http://bugzilla.gnome.org/show_bug.cgi?id=575964 # Patch: http://bugzilla.gnome.org/attachment.cgi?id=130970&action=view # Description: remove initial background fade-in # Index: nautilus-2.29.92.1/eel/eel-background.c =================================================================== --- nautilus-2.29.92.1.orig/eel/eel-background.c 2010-03-10 14:59:13.000000000 +0100 +++ nautilus-2.29.92.1/eel/eel-background.c 2010-03-10 21:55:12.000000000 +0100 @@ -924,8 +924,6 @@ } else { background->details->use_common_pixmap = FALSE; } - - init_fade (background, widget); } }