[caja/f20] add caja_font-color-desktop.patch

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Jul 26 22:34:17 UTC 2014


commit fafaa71c3ab574a294c28d9ddc4c33b9f14aad9d
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sun Jul 27 00:34:05 2014 +0200

    add caja_font-color-desktop.patch

 caja_font-color-desktop.patch |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/caja_font-color-desktop.patch b/caja_font-color-desktop.patch
new file mode 100644
index 0000000..b8754a3
--- /dev/null
+++ b/caja_font-color-desktop.patch
@@ -0,0 +1,14 @@
+diff --git a/libcaja-private/caja-icon-container.c b/libcaja-private/caja-icon-container.c
+index 8332fb8..c33868d 100644
+--- a/libcaja-private/caja-icon-container.c
++++ b/libcaja-private/caja-icon-container.c
+@@ -9414,7 +9414,7 @@ setup_label_gcs (CajaIconContainer *container)
+                           "frame_text", &frame_text,
+                           NULL);
+ 
+-    if (frame_text || !eel_background_is_set(background))
++    if (frame_text /* || !eel_background_is_set(background) */)
+     {
+         setup_gc_with_fg (container, LABEL_COLOR,
+                           eel_gdk_color_to_rgb (&style->text[GTK_STATE_NORMAL]));
+


More information about the scm-commits mailing list