summaryrefslogtreecommitdiff
path: root/community/zathura/zathura-poppler-0.16.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/zathura/zathura-poppler-0.16.patch')
-rw-r--r--community/zathura/zathura-poppler-0.16.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/community/zathura/zathura-poppler-0.16.patch b/community/zathura/zathura-poppler-0.16.patch
deleted file mode 100644
index 79c22bb28..000000000
--- a/community/zathura/zathura-poppler-0.16.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-patch that fixes poppler-0.16 compatibility
-
-http://pkgs.fedoraproject.org/gitweb/?p=zathura.git;a=blob;f=zathura-0.0.8.1-poppler-0.15-fix.patch;h=1e586b3cca2be43c7f70c7c2532ea4b2371892e8;hb=master
---- zathura-0.0.8.1/zathura.c.poppler15
-+++ zathura-0.0.8.1/zathura.c
-@@ -4300,7 +4300,7 @@ cb_view_button_release(GtkWidget* widget
-
- /* get selected text */
- g_static_mutex_lock(&(Zathura.Lock.pdflib_lock));
-- char* selected_text = poppler_page_get_text(
-+ char* selected_text = poppler_page_get_selected_text(
- Zathura.PDF.pages[Zathura.PDF.page_number]->page,SELECTION_STYLE,
- &rectangle);