From: Alan Knowles Date: Tue, 30 Oct 2018 05:08:23 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=d9880ddb8245f8f15f9d280a3992421f2ded5be9 Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index f60a0e5a..efef1366 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.cr_current_branch.el , 'markup', 1 );\n this.el.add_attribute(_this.cr_current_branch.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 d6582269..7e898d54 100644 --- a/Clones.vala +++ b/Clones.vala @@ -807,8 +807,8 @@ public class Clones : Object function() { XObject.prototype.init.call(this); - this.el.add_attribute(_this.cr_current_branch.el , 'markup', 1 ); - this.el.add_attribute(_this.cr_current_branch.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 ); } }