[evince] pdf: Fix compile warning
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] pdf: Fix compile warning
- Date: Sun, 4 Dec 2011 12:35:09 +0000 (UTC)
commit 969f91bdb8fb36133c075310b8b99c4e0c779de3
Author: Carlos Garcia Campos <carlosgc gnome org>
Date: Sun Dec 4 13:24:33 2011 +0100
pdf: Fix compile warning
backend/pdf/ev-poppler.cc | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/backend/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc
index ff9c561..5a3a083 100644
--- a/backend/pdf/ev-poppler.cc
+++ b/backend/pdf/ev-poppler.cc
@@ -1238,6 +1238,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";
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]