BrowserWindow.vala
[app.webkitpdf] / BrowserWindow.vala
index c81076d..25a8a42 100644 (file)
@@ -4,7 +4,7 @@ public class BrowserWindow : Object
 {
     public Gtk.Window el;
     private BrowserWindow  _this;
-    
+    private string cookie_file;
     public static BrowserWindow singleton()
     {
         if (_BrowserWindow == null) {
@@ -73,7 +73,7 @@ public class BrowserWindow : Object
                 try {            
                     FileIOStream iostream;                           
                     File file = File.new_tmp ("cookie-XXXXXX.txt", out iostream);
-                            
+                    this.cookie_file = file.get_path ();        
                     print("cookie tmp file name: %s\n", file.get_path ());
                 
                              OutputStream ostream = iostream.output_stream;
@@ -108,7 +108,7 @@ public class BrowserWindow : Object
             if (cd < 1) {
                print("calling printit - timed out");
                _this.view.printit();
-               print("deleting tmp file %s\n",file.get_path ());
+               
                return false;                   
             }
             return true;