From a0661d51a2d5bbe366c8dba09fb9e1b2946fe899 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 16:57:22 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 6 +++--- NewBranch.vala | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NewBranch.bjs b/NewBranch.bjs index 69d3dfbe..b6660ab0 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -10,15 +10,15 @@ { "listeners" : { "delete_event" : "(self, event) => {\n this.el.hide();\n return true; \n //test \n}\n ", - "response" : " (self, response_id) => { \n \n\t \n}", - "show" : "(self) => {\n this.el.show_all();\n //test\n}" + "response" : " (self, response_id) => { \n \n\t GLib.log(\"got %d\", reponse_id)\n}", + "show" : "(self) => {\n this.el.run();\n //test\n}" }, "id" : "DialogNewComponent", "default_width" : 500, "$ deletable" : true, "title" : "Create a working branch ", "xtype" : "Dialog", - "| void show" : "( ) \n{\n \n \n //this.success = c.success;\n \n \n}", + "| void show" : "( ) \n{\n \n this.show();\n //this.success = c.success;\n \n \n}", "default_height" : 200, "$ modal" : true, "$ xns" : "Gtk", diff --git a/NewBranch.vala b/NewBranch.vala index 0d232587..6bbbd017 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -51,10 +51,10 @@ public class Xcls_DialogNewComponent : Object }); this.el.response.connect( (self, response_id) => { - + GLib.log("got %d", reponse_id) }); this.el.show.connect( (self) => { - this.el.show_all(); + this.el.run(); //test }); } @@ -63,7 +63,7 @@ public class Xcls_DialogNewComponent : Object public void show ( ) { - + this.show(); //this.success = c.success; -- 2.39.2