BrowserWindow.vala
authorKH Lau <khlau@roojs.com>
Thu, 8 Mar 2018 04:54:47 +0000 (12:54 +0800)
committerKH Lau <khlau@roojs.com>
Thu, 8 Mar 2018 04:54:47 +0000 (12:54 +0800)
BrowserWindow.vala

index 6fb758c..a3532a7 100644 (file)
@@ -71,11 +71,11 @@ public class BrowserWindow : Object
                     ssl="TRUE";
                 }                
                 try {
-                         FileIOStream iostream;
-                             File file = File.new_tmp ("cookie.txt", out iostream);
-                             print("cookie tmp file name: %s\n", file.get_path ());
-                                            //File file = File.new_for_path(GLib.Environment.get_user_cache_dir() + "/cookie.txt" );
-                                            //print("setting cookie file%s\n",file.get_path());
+                         //FileIOStream iostream;
+                             //File file = File.new_tmp ("cookie.txt", out iostream);
+                             //print("cookie tmp file name: %s\n", file.get_path ());
+                                            File file = File.new_for_path( "/tmp/cookie.txt" );
+                                            print("setting cookie file%s\n",file.get_path());
                              FileOutputStream ostream = file.replace (null, false, FileCreateFlags.NONE);
                              DataOutputStream dostream = new DataOutputStream (ostream);