From: Alan Knowles Date: Thu, 21 Mar 2019 04:43:08 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=b7cd94b2da23c8b190cda676ef199aeff9a5ac32 NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index 907e575d..2808bef1 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -521,7 +521,7 @@ "$ xns" : "Gtk" }, { - "id" : "name", + "id" : "commit_message", "$ visible" : true, "xtype" : "Entry", "* pack" : "attach_defaults,0,4,4,5", diff --git a/NewBranch.vala b/NewBranch.vala index 6c0d61e7..4af83b6c 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -43,7 +43,7 @@ public class NewBranch : Object public Xcls_clmodel clmodel; public Xcls_developer_id developer_id; public Xcls_devmodel devmodel; - public Xcls_name name; + public Xcls_commit_message commit_message; public Xcls_createbtn createbtn; public Xcls_btn_not_me btn_not_me; public Xcls_btn_closed btn_closed; @@ -2205,7 +2205,7 @@ public class NewBranch : Object var child_0 = new Xcls_Label53( _this ); child_0.ref(); this.el.attach_defaults ( child_0.el , 0,1,3,4 ); - var child_1 = new Xcls_name( _this ); + var child_1 = new Xcls_commit_message( _this ); child_1.ref(); this.el.attach_defaults ( child_1.el , 0,4,4,5 ); var child_2 = new Xcls_createbtn( _this ); @@ -2243,7 +2243,7 @@ public class NewBranch : Object // user defined functions } - public class Xcls_name : Object + public class Xcls_commit_message : Object { public Gtk.Entry el; private NewBranch _this; @@ -2252,10 +2252,10 @@ public class NewBranch : Object // my vars (def) // ctor - public Xcls_name(NewBranch _owner ) + public Xcls_commit_message(NewBranch _owner ) { _this = _owner; - _this.name = this; + _this.commit_message = this; this.el = new Gtk.Entry(); // my vars (dec)