From: Alan Knowles Date: Tue, 30 Oct 2018 05:05:07 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=06140044ad048dd62a7acdd2a9f4a7bcc8845f36 Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index 37ddc2be..12f0f516 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -170,7 +170,7 @@ }, { "id" : "tv_current_branch", - "* init" : "function() {\n XObject.prototype.init.call(this);\n this.el.add_attribute(this.items[0].el , 'markup', 1 );\n this.el.add_attribute(this.items[0].el , 'cell-background', 7 );\n\n}\n", + "* init" : "function() {\n XObject.prototype.init.call(this);\n this.el.add_attribute(_this.cr_current_branch.el , 'markup', 1 );\n this.el.add_attribute(_this.cr_current_branch.el, 'cell-background', 7 );\n\n}\n", "* pack" : "append_column", "title" : "Current Branch", "xtype" : "TreeViewColumn", diff --git a/Clones.vala b/Clones.vala index a9ed03c4..e45a25a0 100644 --- a/Clones.vala +++ b/Clones.vala @@ -808,8 +808,8 @@ public class Clones : Object function() { XObject.prototype.init.call(this); - this.el.add_attribute(this.items[0].el , 'markup', 1 ); - this.el.add_attribute(this.items[0].el , 'cell-background', 7 ); + this.el.add_attribute(_this.cr_current_branch.el , 'markup', 1 ); + this.el.add_attribute(_this.cr_current_branch.el, 'cell-background', 7 ); } }