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

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