domains/australiahop.com.js
[app.webkitpdf] / BrowserWindow.vala
index 68c2cca..82eff3f 100644 (file)
@@ -46,6 +46,7 @@ public class BrowserWindow : Object
                // we have to do silly stuff with blogspot!!?!?
                var blog = webkitpdf.opt_url;
         
+        
           /* Do not redirect if the domain is .com already */
           if (/\.blogspot\.com/.match(blog)) {
                        var r =  new Regex ("\\.blogspot\\..*?/");
@@ -64,9 +65,9 @@ public class BrowserWindow : Object
                        if (cd < 1) {
                                print("calling printit - timed out");
                                _this.view.printit();
-                               return true;                    
+                               return false;                   
                        }
-                       return false;
+                       return true;
         
                });