glib/poppler-page.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6afa7dcffd73b5d5ce786bc325ffafac2cb7f7d8 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 eaae692..fbea20e 100644 --- a/glib/poppler-page.cc +++ b/glib/poppler-page.cc @@ -987,7 +987,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
