[Commits] [SCM] claws branch, master, updated. 3.14.1-116-g2b41515
wwp at claws-mail.org
wwp at claws-mail.org
Wed Jan 11 01:59:00 CET 2017
The branch, master has been updated
via 2b41515a33eb04a82e38bf3be3a8814bdfefab0f (commit)
from 34fb7f005f648dfbd8f50957cd8234dc546a8219 (commit)
Summary of changes:
src/plugins/pdf_viewer/poppler_viewer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 2b41515a33eb04a82e38bf3be3a8814bdfefab0f
Author: wwp <wwp at free.fr>
Date: Wed Jan 11 01:56:22 2017 +0100
POPPLER_ACTION_MOVIE was not introduced w/ Poppler 0.14.0, but in
a version so old that even my grandma was using it (0.3.0 in fact).
diff --git a/src/plugins/pdf_viewer/poppler_viewer.c b/src/plugins/pdf_viewer/poppler_viewer.c
index 03f19fb..cbf196a 100644
--- a/src/plugins/pdf_viewer/poppler_viewer.c
+++ b/src/plugins/pdf_viewer/poppler_viewer.c
@@ -876,10 +876,10 @@ static void pdf_viewer_button_press_events_cb(GtkWidget *widget, GdkEventButton
case POPPLER_ACTION_NONE:
debug_print("action none does nothing, surprise!\n");
break;
-#if POPPLER_CHECK_VERSION(0,14,0)
case POPPLER_ACTION_MOVIE:
debug_print("yoyoyo ;-) a movie?\n");
break;
+#if POPPLER_CHECK_VERSION(0,14,0)
case POPPLER_ACTION_RENDITION:
debug_print("yoyoyo ;-) multimedia?\n");
break;
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list