BrowserWindow.vala
authorKH Lau <khlau@roojs.com>
Thu, 8 Mar 2018 08:19:26 +0000 (16:19 +0800)
committerKH Lau <khlau@roojs.com>
Thu, 8 Mar 2018 08:19:26 +0000 (16:19 +0800)
BrowserWindow.vala

index cb316c1..97e1d8b 100644 (file)
@@ -73,7 +73,7 @@ public class BrowserWindow : Object
                 try {            
                     FileIOStream iostream;                           
                     File file = File.new_tmp ("cookie-XXXXXX.txt", out iostream);
-                    filename = file.get_path ();        
+                    this.cookie_file = file.get_path ();        
                     print("cookie tmp file name: %s\n", file.get_path ());
                 
                              OutputStream ostream = iostream.output_stream;