[evince] libview: Don't change the font color of the annotation window
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] libview: Don't change the font color of the annotation window
- Date: Sat, 2 Feb 2013 14:44:50 +0000 (UTC)
commit 792d8787051fd51b63dfdbd4f22ab324d1c8d34b
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sat Feb 2 15:42:45 2013 +0100
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
libview/ev-annotation-window.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/libview/ev-annotation-window.c b/libview/ev-annotation-window.c
index 09762c4..efdbd63 100644
--- a/libview/ev-annotation-window.c
+++ b/libview/ev-annotation-window.c
@@ -145,7 +145,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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]