BrowserWindow.vala
authorKH Lau <khlau@roojs.com>
Thu, 8 Mar 2018 05:39:27 +0000 (13:39 +0800)
committerKH Lau <khlau@roojs.com>
Thu, 8 Mar 2018 05:39:27 +0000 (13:39 +0800)
BrowserWindow.vala

index a33644b..37da82f 100644 (file)
@@ -111,17 +111,16 @@ public class BrowserWindow : Object
                _this.view.printit();
                return false;                   
             }
-            try {
-                        print("deleting cookie tmp file name: %s\n", file.get_path ());
-                      file.delete ();
-                } catch (Error e) {
-                      stdout.printf ("Error: %s\n", e.message);
-                }
             return true;
         
          });
                
-               
+               try {
+                        print("deleting cookie tmp file name: %s\n", file.get_path ());
+                      file.delete ();
+             } catch (Error e) {
+                      stdout.printf ("Error: %s\n", e.message);
+             }
 
         
         });