~ubuntu-branches/ubuntu/precise/evince/precise-updates

« back to all changes in this revision

Viewing changes to debian/patches/git_notes_text_color.patch

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-03-07 12:01:05 UTC
  • Revision ID: package-import@ubuntu.com-20130307120105-8z1fesk0uk80u0ng
Tags: 3.4.0-0ubuntu1.6
* debian/patches/git_notes_text_color.patch:
  - don't define a color for the text of annotations otherwise we end 
    up with yellow text on white background which is difficult to read
    (lp: #1100320)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From 792d8787051fd51b63dfdbd4f22ab324d1c8d34b Mon Sep 17 00:00:00 2001
 
2
From: Carlos Garcia Campos <carlosgc@gnome.org>
 
3
Date: Sat, 02 Feb 2013 14:42:45 +0000
 
4
Subject: libview: Don't change the font color of the annotation window
 
5
 
 
6
We were using the annotation color, but it should only be used for the
 
7
background of the annotation window.
 
8
 
 
9
https://bugzilla.gnome.org/show_bug.cgi?id=677471
 
10
---
 
11
diff --git a/libview/ev-annotation-window.c b/libview/ev-annotation-window.c
 
12
index 09762c4..efdbd63 100644
 
13
--- a/libview/ev-annotation-window.c
 
14
+++ b/libview/ev-annotation-window.c
 
15
@@ -145,7 +145,6 @@ ev_annotation_window_set_color (EvAnnotationWindow *window,
 
16
 
 
17
         properties = gtk_style_properties_new ();
 
18
         gtk_style_properties_set (properties, 0,
 
19
-                                  "color", &rgba,
 
20
                                   "background-color", &rgba,
 
21
                                   NULL);
 
22
 
 
23
--
 
24
cgit v0.9.1
 
25