[evince] pdf: Fix compile warning



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]