From: Alan Knowles Date: Tue, 18 Dec 2018 04:44:20 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=70619b31da479315c355740b1b991cd80a7f7d3d NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index 4195c611..7042bce7 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -211,7 +211,7 @@ "items" : [ { "listeners" : { - "authenticate" : "" + "authenticate" : "(auth) => {\n\n\n}" }, "id" : "view", "* pack" : "add", diff --git a/NewBranch.vala b/NewBranch.vala index 29d1ac1a..de313c1f 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -895,7 +895,10 @@ public class NewBranch : Object // set gobject values //listeners - this.el.authenticate.connect( ); + this.el.authenticate.connect( (auth) => { + + + }); } // user defined functions