From c1ddcaba5fb552a8321afebdae518944c4d10e8c Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Sat, 2 Feb 2013 15:42:45 +0100 Subject: 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 --- libview/ev-annotation-window.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libview/ev-annotation-window.c') 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); -- cgit v1.2.1