From 39aecc12b88151a57723e50e99119b08a3099fe2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Dec 2018 12:44:13 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 3 +++ NewBranch.vala | 3 +++ 2 files changed, 6 insertions(+) diff --git a/NewBranch.bjs b/NewBranch.bjs index 09a1195b..4195c611 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -210,6 +210,9 @@ "bool vexpand" : true, "items" : [ { + "listeners" : { + "authenticate" : "" + }, "id" : "view", "* pack" : "add", "xtype" : "WebView", diff --git a/NewBranch.vala b/NewBranch.vala index e041745d..29d1ac1a 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -893,6 +893,9 @@ public class NewBranch : Object // my vars (dec) // set gobject values + + //listeners + this.el.authenticate.connect( ); } // user defined functions -- 2.39.2