summaryrefslogtreecommitdiff
path: root/community/apvlv/apvlv-poppler015.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/apvlv/apvlv-poppler015.patch')
-rw-r--r--community/apvlv/apvlv-poppler015.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/apvlv/apvlv-poppler015.patch b/community/apvlv/apvlv-poppler015.patch
deleted file mode 100644
index 0a261b1db..000000000
--- a/community/apvlv/apvlv-poppler015.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur apvlv-0.1.2-Source.orig//src/ApvlvFile.cpp apvlv-0.1.2-Source.new//src/ApvlvFile.cpp
---- apvlv-0.1.2-Source.orig//src/ApvlvFile.cpp 2011-07-29 17:19:13.000000000 +0200
-+++ apvlv-0.1.2-Source.new//src/ApvlvFile.cpp 2011-07-29 17:22:22.000000000 +0200
-@@ -304,7 +304,7 @@
- {
- PopplerRectangle rect = { x1, y1, x2, y2 };
- PopplerPage *page = poppler_document_get_page (mDoc, pn);
-- *out = poppler_page_get_text (page, POPPLER_SELECTION_WORD, &rect);
-+ *out = poppler_page_get_selected_text (page, POPPLER_SELECTION_WORD, &rect);
- if (*out != NULL)
- {
- return true;