Remove warning with poppler 0.90 and greaterĀ¹
[claws.git] / src / plugins / pdf_viewer / poppler_viewer.c
index 5df4661c6a195b00840620403899adf82f29dba9..980ea724e86f157383e43a713bea47abdf32f732 100644 (file)
@@ -896,6 +896,11 @@ static void pdf_viewer_button_press_events_cb(GtkWidget *widget, GdkEventButton
                case POPPLER_ACTION_JAVASCRIPT:
                        debug_print("yoyoyo ;-) javascript?\n");
                        break;
+#if POPPLER_CHECK_VERSION(0,90,0)
+               case POPPLER_ACTION_RESET_FORM:
+                       debug_print("yoyoyo ;-) reset form?\n");
+                       break;
+#endif /* 0.90 */
 #endif /* 0.18 */
 #endif /* 0.14 */
                }