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

index 437e543..feb24ea 100644 (file)
@@ -335,14 +335,14 @@ BrowserView = new GType({
          
             
             
-            if (done_print) {
+            if (this.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);
                 
                 return;
             }
-            done_print = true;
+            this.done_print = true;
             print("do_print called");