glib/poppler-page.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 09e3e0e9c5134688c4ed2af5cd3a12aa2986474c Author: Carlos Garcia Campos <[email protected]> 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)) { _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
