From 5926a921b9b64b9abf3ca66aeb341caa5c676f9a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 21 Mar 2019 13:44:06 +0800 Subject: [PATCH] NewBranch.bjs NewBranch.vala --- NewBranch.bjs | 2 +- NewBranch.vala | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NewBranch.bjs b/NewBranch.bjs index c93cc065..fa9127ae 100644 --- a/NewBranch.bjs +++ b/NewBranch.bjs @@ -293,7 +293,7 @@ "$ xns" : "Gtk", "items" : [ { - "id" : "prcellrenderer", + "id" : "tprcellrenderer", "xtype" : "CellRendererText", "* pack" : "pack_start,true", "$ xns" : "Gtk" diff --git a/NewBranch.vala b/NewBranch.vala index cb191c5b..2ba873f5 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -30,7 +30,7 @@ public class NewBranch : Object public Xcls_view view; public Xcls_table table; public Xcls_project_id project_id; - public Xcls_prcellrenderer prcellrenderer; + public Xcls_tprcellrenderer tprcellrenderer; public Xcls_prmodel prmodel; public Xcls_summary summary; public Xcls_milestone_id milestone_id; @@ -1243,7 +1243,7 @@ public class NewBranch : Object this.loading = false; // set gobject values - var child_0 = new Xcls_prcellrenderer( _this ); + var child_0 = new Xcls_tprcellrenderer( _this ); child_0.ref(); this.el.pack_start ( child_0.el , true ); var child_1 = new Xcls_prmodel( _this ); @@ -1314,7 +1314,7 @@ public class NewBranch : Object } } - public class Xcls_prcellrenderer : Object + public class Xcls_tprcellrenderer : Object { public Gtk.CellRendererText el; private NewBranch _this; @@ -1323,10 +1323,10 @@ public class NewBranch : Object // my vars (def) // ctor - public Xcls_prcellrenderer(NewBranch _owner ) + public Xcls_tprcellrenderer(NewBranch _owner ) { _this = _owner; - _this.prcellrenderer = this; + _this.tprcellrenderer = this; this.el = new Gtk.CellRendererText(); // my vars (dec) -- 2.39.2