NewBranch.bjs
[gitlive] / NewBranch.vala
index 4d555de..f178788 100644 (file)
@@ -898,7 +898,8 @@ public class NewBranch : Object
             this.el.authenticate.connect( (auth) => {
                var rs =  RooTicket.singleton();        
                 auth.authenticate(new WebKit.Credential(rs.username, rs.password,WebKit.CredentialPersistence.FOR_SESSION));
-            
+                auth.ref();
+                return true;
             });
         }