[poppler] Branch 'poppler-0.12' - poppler/GfxState.cc
Albert Astals Cid
aacid at kemper.freedesktop.org
Wed Jan 20 14:02:17 PST 2010
poppler/GfxState.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit b526edc439a19970aa5efb47993ebddc80af0f05
Author: Albert Astals Cid <aacid at kde.org>
Date: Wed Jan 20 21:59:05 2010 +0000
Fix GfxRadialShading::GfxRadialShading
Fixes crash in KDE bug 223359
diff --git a/poppler/GfxState.cc b/poppler/GfxState.cc
index 0dc02b4..d53c0cb 100644
--- a/poppler/GfxState.cc
+++ b/poppler/GfxState.cc
@@ -16,7 +16,7 @@
// Copyright (C) 2005 Kristian Høgsberg <krh at redhat.com>
// Copyright (C) 2006, 2007 Jeff Muizelaar <jeff at infidigm.net>
// Copyright (C) 2006 Carlos Garcia Campos <carlosgc at gnome.org>
-// Copyright (C) 2006-2009 Albert Astals Cid <aacid at kde.org>
+// Copyright (C) 2006-2010 Albert Astals Cid <aacid at kde.org>
// Copyright (C) 2009 Koji Otani <sho at bbr.jp>
// Copyright (C) 2009 Thomas Freitag <Thomas.Freitag at alfa.de>
// Copyright (C) 2009 Christian Persch <chpe at gnome.org>
@@ -2893,7 +2893,7 @@ GfxRadialShading::GfxRadialShading(GfxRadialShading *shading):
y1 = shading->y1;
r1 = shading->r1;
t0 = shading->t0;
- y1 = shading->t1;
+ t1 = shading->t1;
nFuncs = shading->nFuncs;
for (i = 0; i < nFuncs; ++i) {
funcs[i] = shading->funcs[i]->copy();
More information about the poppler
mailing list