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

index 4ea1a2c..cb316c1 100644 (file)
@@ -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) {