summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garcia Campos <[email protected]>2011-12-04 13:24:33 +0100
committerinfirit <[email protected]>2015-08-31 15:01:44 +0200
commitc8c4ab652484886cdef501f7c9563a37ca8fd413 (patch)
tree10e2c74df17c23a2487ab26292f93681337a5e51
parentbacfeddeb91279f9c87d9c1b95b2ad6ea37de59d (diff)
downloadatril-c8c4ab652484886cdef501f7c9563a37ca8fd413.tar.bz2
atril-c8c4ab652484886cdef501f7c9563a37ca8fd413.tar.xz
pdf: Fix compile warning
-rw-r--r--backend/pdf/ev-poppler.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc
index c3d64ab6..5f34a9b3 100644
--- a/backend/pdf/ev-poppler.cc
+++ b/backend/pdf/ev-poppler.cc
@@ -1167,6 +1167,9 @@ ev_link_from_action (PdfDocument *pdf_document,
}
break;
+ case POPPLER_ACTION_JAVASCRIPT:
+ unimplemented_action = "POPPLER_ACTION_JAVASCRIPT";
+ break;
case POPPLER_ACTION_UNKNOWN:
unimplemented_action = "POPPLER_ACTION_UNKNOWN";
}