BrowserWindow.bjs
[app.webkitpdf] / BrowserWindow.vala
index 119623c..e700e74 100644 (file)
@@ -61,7 +61,7 @@ public class BrowserWindow : Object
                var cd = webkitpdf.opt_delay > 25 ? webkitpdf.opt_delay : 25;
                  GLib.Timeout.add_seconds(1, () => { 
                        cd--;
-                       print("timeout 25 seconds :%d", cd);
+                       print("timeout 25 seconds :%d", (int)cd);
                        if (cd < 1) {
                                print("calling printit - timed out");
                                _this.view.printit();