From 70619b31da479315c355740b1b991cd80a7f7d3d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Dec 2018 12:44:20 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 2 +- NewBranch.vala | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.39.2