From 1dc299fc22fbe9cba2cbc81cdc5fd00b2ccf8143 Mon Sep 17 00:00:00 2001 From: KH Lau Date: Thu, 8 Mar 2018 16:19:12 +0800 Subject: [PATCH] BrowserWindow.vala --- BrowserWindow.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BrowserWindow.vala b/BrowserWindow.vala index 4ea1a2c..cb316c1 100644 --- a/BrowserWindow.vala +++ b/BrowserWindow.vala @@ -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) { -- 2.39.2