You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
589 B
13 lines
589 B
diff -Naur epdfview-0.1.7.orig/src/PDFDocument.cxx epdfview-0.1.7/src/PDFDocument.cxx |
|
--- epdfview-0.1.7.orig/src/PDFDocument.cxx 2011-04-29 12:55:28.185708682 +0200 |
|
+++ epdfview-0.1.7/src/PDFDocument.cxx 2011-04-29 12:55:46.076504165 +0200 |
|
@@ -686,8 +686,7 @@ |
|
repairEmpty(textRect); |
|
|
|
#if defined (HAVE_POPPLER_0_6_0) |
|
- gchar *text = poppler_page_get_text(page, POPPLER_SELECTION_GLYPH, |
|
- &textRect); |
|
+ gchar *text = poppler_page_get_text(page); |
|
#else // !HAVE_POPPLER_0_6_0 |
|
gchar *text = poppler_page_get_text(page, &textRect); |
|
#endif // HAVE_POPPLER_0_6_0
|
|
|