[poppler] glib/poppler-page.cc
Carlos Garcia Campos
carlosgc at kemper.freedesktop.org
Thu Jul 8 09:59:06 PDT 2010
glib/poppler-page.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 09e3e0e9c5134688c4ed2af5cd3a12aa2986474c
Author: Carlos Garcia Campos <carlosgc at gnome.org>
Date: Thu Jul 8 18:56:38 2010 +0200
[glib] Fix poppler_page_find_tex() when called more than once
Fixes bug #27927
diff --git a/glib/poppler-page.cc b/glib/poppler-page.cc
index 5b35d8c..a4e2fc6 100644
--- a/glib/poppler-page.cc
+++ b/glib/poppler-page.cc
@@ -1021,7 +1021,7 @@ poppler_page_find_text (PopplerPage *page,
while (text_dev->findText (ucs4, ucs4_len,
gFalse, gTrue, // startAtTop, stopAtBottom
- gTrue, gFalse, // startAtLast, stopAtLast
+ gFalse, gFalse, // startAtLast, stopAtLast
gFalse, gFalse, // caseSensitive, backwards
&xMin, &yMin, &xMax, &yMax))
{
More information about the poppler
mailing list