[poppler] Branch 'poppler-0.6' - qt4/src
Albert Astals Cid
aacid at kemper.freedesktop.org
Thu Jan 24 12:16:07 PST 2008
qt4/src/poppler-annotation.cc | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 5238cbd796c3f7e23e275adc0c63141e2c3587f2
Author: Albert Astals Cid <aacid at kde.org>
Date: Thu Jan 24 21:14:44 2008 +0100
Incrementing the iterator would be a good idea
diff --git a/qt4/src/poppler-annotation.cc b/qt4/src/poppler-annotation.cc
index 14522b2..9d171a6 100644
--- a/qt4/src/poppler-annotation.cc
+++ b/qt4/src/poppler-annotation.cc
@@ -785,6 +785,7 @@ void LineAnnotation::store( QDomNode & node, QDomDocument & document ) const
lineElement.appendChild( pElement );
pElement.setAttribute( "x", p.x() );
pElement.setAttribute( "y", p.y() );
+ ++it;
}
}
}
More information about the poppler
mailing list