X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Clones.vala;h=e45a25a04f6713218313e2dca83379bd5e39c3e7;hb=06140044ad048dd62a7acdd2a9f4a7bcc8845f36;hp=a9ed03c41b48548696b2da1cb57ccb7a7f4c3136;hpb=392da7e7afca4525011d1ef0c3eeb41f168563bf;p=gitlive 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 ); } }