~noskcaj/evince/3.13.92

« back to all changes in this revision

Viewing changes to debian/patches/workaround_notes_color_issue.patch

  • Committer: Sebastien Bacher
  • Date: 2014-09-10 14:17:14 UTC
  • Revision ID: seb128@ubuntu.com-20140910141714-mbommfwreotnkaio
Resynchronize on Debian, update to current upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur evince-3.6.1/libview/ev-annotation-window.c evince-3.6.1.new/libview/ev-annotation-window.c
2
 
--- evince-3.6.1/libview/ev-annotation-window.c 2012-06-24 16:30:36.000000000 +0200
3
 
+++ evince-3.6.1.new/libview/ev-annotation-window.c     2013-01-25 15:11:08.734467181 +0100
4
 
@@ -145,7 +145,6 @@
5
 
 
6
 
         properties = gtk_style_properties_new ();
7
 
         gtk_style_properties_set (properties, 0,
8
 
-                                  "color", &rgba,
9
 
                                   "background-color", &rgba,
10
 
                                   NULL);
11