r1470 - in /unstable/gtkhtml3.14/debian: changelog patches/01_restore-gc-fill-style.patch

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Mon Dec 28 10:06:56 UTC 2009


Author: corsac
Date: Mon Dec 28 10:06:36 2009
New Revision: 1470

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1470
Log:
* debian/patches:
  - 01_restore-gc-fill-style added, fix draw_spell_error() not restoring GC
    fill style. Thanks Michel Dänzer.                         closes: #562483

Added:
    unstable/gtkhtml3.14/debian/patches/01_restore-gc-fill-style.patch
Modified:
    unstable/gtkhtml3.14/debian/changelog

Modified: unstable/gtkhtml3.14/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/gtkhtml3.14/debian/changelog?rev=1470&op=diff
==============================================================================
--- unstable/gtkhtml3.14/debian/changelog (original)
+++ unstable/gtkhtml3.14/debian/changelog Mon Dec 28 10:06:36 2009
@@ -1,3 +1,11 @@
+gtkhtml3.14 (3.28.2-2) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - 01_restore-gc-fill-style added, fix draw_spell_error() not restoring GC
+      fill style. Thanks Michel Dänzer.                         closes: #562483
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Mon, 28 Dec 2009 10:52:02 +0100
+
 gtkhtml3.14 (3.28.2-1) unstable; urgency=low
 
   * New upstream bugfix release.

Added: unstable/gtkhtml3.14/debian/patches/01_restore-gc-fill-style.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/gtkhtml3.14/debian/patches/01_restore-gc-fill-style.patch?rev=1470&op=file
==============================================================================
--- unstable/gtkhtml3.14/debian/patches/01_restore-gc-fill-style.patch (added)
+++ unstable/gtkhtml3.14/debian/patches/01_restore-gc-fill-style.patch Mon Dec 28 10:06:36 2009
@@ -1,0 +1,11 @@
+diff -up -ru gtkhtml3.14-3.28.2.orig/gtkhtml/htmlgdkpainter.c gtkhtml3.14-3.28.2/gtkhtml/htmlgdkpainter.c
+--- gtkhtml3.14-3.28.2.orig/gtkhtml/htmlgdkpainter.c	2009-11-28 21:26:13.000000000 +0100
++++ gtkhtml3.14-3.28.2/gtkhtml/htmlgdkpainter.c	2009-12-24 17:09:59.000000000 +0100
+@@ -682,6 +682,7 @@ draw_spell_error (HTMLPainter *painter, 
+ 	gdk_draw_line (gdk_painter->pixmap, gdk_painter->gc, x, y, x + width, y);
+ 	gdk_gc_set_dashes (gdk_painter->gc, 0, dash_list, 2);
+ 	gdk_draw_line (gdk_painter->pixmap, gdk_painter->gc, x, y + 1, x + width, y + 1);
++	gdk_gc_set_fill (gdk_painter->gc, values.fill);
+ 	gdk_gc_set_line_attributes (gdk_painter->gc, values.line_width,
+ 				    values.line_style, values.cap_style, values.join_style);
+ 




More information about the pkg-evolution-commits mailing list