BrowserWindow.bjs
[app.webkitpdf] / BrowserWindow.vala
index 8f2e291..b1b6017 100644 (file)
@@ -48,6 +48,7 @@ public class BrowserWindow : Object
                // if we have not finished in 25 seconds
                // call printit...
                  GLib.Timeout.add_seconds(25, () => { 
+                       print("Calling printit - timeout 25 seconds");
                                _this.view.printit();
                                return true;
                });