webkitpdf.vala
authorAlan Knowles <alan@roojs.com>
Mon, 25 Apr 2016 07:48:58 +0000 (15:48 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 25 Apr 2016 07:48:58 +0000 (15:48 +0800)
webkitpdf.vala

index 10cacc4..f064cfb 100644 (file)
@@ -6,7 +6,7 @@ public class webkitpdf {
     public static string? opt_url = null;
        public static uint opt_delay = 0;
        public static string opt_target_png = null;
-       public static string opt_target_jpg = null;     
+       public static string opt_target_pdf = null;     
        public static string[]? opt_inject_js = null;           
        const OptionEntry[] options = {