BrowserView.js
authorAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 07:55:56 +0000 (15:55 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 07:55:56 +0000 (15:55 +0800)
BrowserView.js

index ba6a958..74de175 100644 (file)
@@ -336,6 +336,7 @@ BrowserView = new GType({
             
             if (done_print) {
                 _this.queue_print++;
+                GLib.timeout_add(GLib.PRIORITY_DEFAULT, BrowserSettings.delay *1, realprint);
                 print("do_print called -- while already doing this...");
                 return;
             }