BrowserWindow.vala
[app.webkitpdf] / BrowserWindow.vala
index fc7919d..4ea1a2c 100644 (file)
@@ -52,12 +52,6 @@ public class BrowserWindow : Object
             var r =  new Regex ("\\.blogspot\\..*?/");
             blog = r.replace(blog, blog.length, 0, ".blogspot.com/ncr/");
           }
-         
-         FileIOStream iostream;
-                             
-         File file = File.new_tmp ("cookie-XXXXXX.txt", out iostream);
-         
-         print("cookie tmp file name: %s\n", file.get_path ());
           
          if(webkitpdf.opt_cookies != null) {
             print("setting cookie %s\n",webkitpdf.opt_cookies);
@@ -76,12 +70,12 @@ public class BrowserWindow : Object
                 if (scheme=="https") {
                     ssl="TRUE";
                 }                
-                try {
-                         //FileIOStream iostream;
-                             
-                    //File file = File.new_tmp ("cookie-XXXXXX.txt", out iostream);
-                             //print("cookie tmp file name: %s\n", file.get_path ());
-
+                try {            
+                    FileIOStream iostream;                           
+                    File file = File.new_tmp ("cookie-XXXXXX.txt", out iostream);
+                    filename = file.get_path ();        
+                    print("cookie tmp file name: %s\n", file.get_path ());
+                
                              OutputStream ostream = iostream.output_stream;
                              DataOutputStream dostream = new DataOutputStream (ostream);