talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 2b41515a33eb04a82e38bf3be3a8814bdfefab0f
parent 34fb7f005f648dfbd8f50957cd8234dc546a8219
Author: wwp <wwp@free.fr>
Date:   Wed, 11 Jan 2017 01:56:22 +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).

Diffstat:
Msrc/plugins/pdf_viewer/poppler_viewer.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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;