summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <[email protected]>2013-02-02 15:42:45 +0100
committerraveit65 <[email protected]>2017-08-14 20:02:44 +0200
commitc1ddcaba5fb552a8321afebdae518944c4d10e8c (patch)
tree5350e5ec6972e83a13481cded001b722a9ea6691
parent1019fcd2fc788b615ec0d25fe120cce4c7c13348 (diff)
downloadatril-c1ddcaba5fb552a8321afebdae518944c4d10e8c.tar.bz2
atril-c1ddcaba5fb552a8321afebdae518944c4d10e8c.tar.xz
libview: Don't change the font color of the annotation window
We were using the annotation color, but it should only be used for the background of the annotation window. https://bugzilla.gnome.org/show_bug.cgi?id=677471 taken from: https://git.gnome.org/browse/evince/commit/?id=792d878
-rw-r--r--libview/ev-annotation-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libview/ev-annotation-window.c b/libview/ev-annotation-window.c
index a6c48d15..2b48e799 100644
--- a/libview/ev-annotation-window.c
+++ b/libview/ev-annotation-window.c
@@ -134,7 +134,6 @@ ev_annotation_window_set_color (EvAnnotationWindow *window,
properties = gtk_style_properties_new ();
gtk_style_properties_set (properties, 0,
- "color", &rgba,
"background-color", &rgba,
NULL);