[poppler] qt4/src

Albert Astals Cid aacid at kemper.freedesktop.org
Thu Jan 24 12:17:30 PST 2008


 qt4/src/poppler-annotation.cc |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7ad6c4ba110b970516d5380444a03ae217496ddf
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 666be1e..d35cc57 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