NewBranch.bjs
[gitlive] / NewBranch.vala
index f178788..7c3a9f9 100644 (file)
@@ -898,7 +898,7 @@ 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;
             });
         }