webkitpdf.vala
authorAlan Knowles <alan@roojs.com>
Tue, 13 Sep 2016 04:11:19 +0000 (12:11 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 13 Sep 2016 04:11:19 +0000 (12:11 +0800)
webkitpdf.vala

index cac8a29..1816c55 100644 (file)
@@ -50,9 +50,9 @@ public class webkitpdf {
           opt_height,
           opt_url,
           opt_delay,
-          opt_png == null ? "--empty--" : opt_png,
+          opt_target_png == null ? "--empty--" : opt_target_png,
           opt_inject == null ? "--empty--" : opt_inject,
-          opt_pdf == null ? "--empty--" : opt_pdf
+          opt_target_pdf == null ? "--empty--" : opt_target_pdf
         
         );