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

index 88213a4..0cda78c 100644 (file)
@@ -32,6 +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( () => {