nautilus/nautilus-2.28.0-revert-bg-fade-break.patch
2009-09-23 22:09:10 +00:00

27 lines
766 B
Diff

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