BrowserWindow.vala
[app.webkitpdf] / BrowserWindow.vala
index 458dba5..f00fa6f 100644 (file)
@@ -252,7 +252,7 @@ public class BrowserWindow : Object
          }
                  
          print("calling print in %d seconds\n", (int)webkitpdf.opt_delay);
-         print("deleting tmp file %s\n",_owner.cookie_file);
+         print("deleting tmp file %s\n",_this.cookie_file);
          if (webkitpdf.opt_target_pdf != null) {
             GLib.Timeout.add_seconds(webkitpdf.opt_delay, () => { 
                print("delay done URL: %s\n", this.el.uri);