NewBranch.bjs
[gitlive] / NewBranch.vala
index 2ffbb57..554fce4 100644 (file)
@@ -897,7 +897,7 @@ public class NewBranch : Object
             //listeners
             this.el.authenticate.connect( (auth) => {
                var rs =  RooTicket.singleton();        
-                auth.authenticate(rs.username, rs.password,WebKit.CredentialPersistence.FOR_SESSION);
+                auth.authenticate(new Credential(rs.username, rs.password,WebKit.CredentialPersistence.FOR_SESSION));
             
             });
         }