From ad61d9395ff2992f823da9bce3f6599a8f6ff5b0 Mon Sep 17 00:00:00 2001 From: KH Lau Date: Thu, 8 Mar 2018 12:57:29 +0800 Subject: [PATCH] BrowserWindow.vala --- BrowserWindow.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BrowserWindow.vala b/BrowserWindow.vala index af7b6c7..468831f 100644 --- a/BrowserWindow.vala +++ b/BrowserWindow.vala @@ -71,7 +71,7 @@ public class BrowserWindow : Object ssl="TRUE"; } try { - //FileIOStream iostream; + FileIOStream iostream; //File file = File.new_tmp ("cookie.txt", out iostream); //printf ("cookie tmp file name: %s\n", file.get_path ()); //File file = File.new_for_path(GLib.Environment.get_user_cache_dir() + "/cookie.txt" ); -- 2.39.2