From: Alan Knowles Date: Thu, 21 Mar 2019 04:35:44 +0000 (+0800) Subject: NewBranch.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=b5ff507f86f0527e094cdb1f690bef39c0a90c0b NewBranch.bjs NewBranch.vala --- diff --git a/NewBranch.bjs b/NewBranch.bjs index 71a37b21..97d52a80 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -229,7 +229,7 @@ "bool vexpand" : true, "items" : [ { - "id" : "", + "id" : "label_select_ticket", "* pack" : false, "xtype" : "Label", "$ xns" : "Gtk" diff --git a/NewBranch.vala b/NewBranch.vala index 86ef3ad1..0af74127 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -24,7 +24,7 @@ public class NewBranch : Object public Xcls_btn_closed btn_closed; public Xcls_scrolled_window scrolled_window; public Xcls_view view; - public Xcls_Label23 Label23; + public Xcls_label_select_ticket label_select_ticket; // my vars (def) public GitRepo? repo; @@ -980,13 +980,13 @@ public class NewBranch : Object // set gobject values this.el.vexpand = true; - var child_0 = new Xcls_Label23( _this ); + var child_0 = new Xcls_label_select_ticket( _this ); child_0.ref(); } // user defined functions } - public class Xcls_Label23 : Object + public class Xcls_label_select_ticket : Object { public Gtk.Label el; private NewBranch _this; @@ -995,10 +995,10 @@ public class NewBranch : Object // my vars (def) // ctor - public Xcls_Label23(NewBranch _owner ) + public Xcls_label_select_ticket(NewBranch _owner ) { _this = _owner; - _this.Label23 = this; + _this.label_select_ticket = this; this.el = new Gtk.Label( null ); // my vars (dec)