2006-09-21  Kristian Høgsberg  <krh@redhat.com>

	* poppler/Gfx.cc: Remove the right out->updateAll() call.
diff --git a/ChangeLog b/ChangeLog
index 369db88..e79becb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-21  Kristian Høgsberg  <krh@redhat.com>
+
+	* poppler/Gfx.cc: Remove the right out->updateAll() call.
+
 2006-09-20  Kristian Høgsberg  <krh@redhat.com>
 
 	* NEWS: Sum up changes.
diff --git a/poppler/Gfx.cc b/poppler/Gfx.cc
index 6203419..df8cb57 100644
--- a/poppler/Gfx.cc
+++ b/poppler/Gfx.cc
@@ -446,6 +446,7 @@
   ignoreUndef = 0;
   out->startPage(pageNum, state);
   out->setDefaultCTM(state->getCTM());
+  out->updateAll(state);
   for (i = 0; i < 6; ++i) {
     baseMatrix[i] = state->getCTM()[i];
   }
@@ -482,7 +483,6 @@
   // initialize
   out = outA;
   state = new GfxState(72, 72, box, 0, gFalse);
-  out->updateAll(state);
   fontChanged = gFalse;
   clip = clipNone;
   ignoreUndef = 0;