From 8847a28e69f86c7ca52bda090096ddfc94c2bf6f Mon Sep 17 00:00:00 2001 From: KH Lau Date: Thu, 8 Mar 2018 16:34:38 +0800 Subject: [PATCH] BrowserWindow.vala --- BrowserWindow.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BrowserWindow.vala b/BrowserWindow.vala index 0cda78c..73ac9ce 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 string cookie_file; public static BrowserWindow singleton() { if (_BrowserWindow == null) { @@ -32,7 +32,7 @@ public class BrowserWindow : Object //listeners this.el.destroy.connect( () => { - print("deleting tmp file %s\n",this.cookie_file); + Gtk.main_quit(); }); this.el.show.connect( () => { -- 2.39.2