From: Alan Knowles Date: Tue, 30 Oct 2018 05:08:31 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=3527cb74418942950a165c9b4e89db01f3d3dbbe Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index efef1366..75a32374 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -187,7 +187,7 @@ }, { "id" : "tv_last_updated", - "* init" : "\n this.el.add_attribute(_this.cr_last_updated.el , 'markup', 3 );\n", + "* init" : "\n this.el.add_attribute(_this.cr_last_updated.el , \"markup\", 3 );\n", "* pack" : "append_column", "title" : "Last updated", "xtype" : "TreeViewColumn", @@ -204,7 +204,7 @@ }, { "id" : "tv_all_branches", - "* init" : " this.el.add_attribute(_this.cr_all_branches.el , 'markup', 2 );\n\n", + "* init" : " this.el.add_attribute(_this.cr_all_branches.el , \"markup\", 2 );\n\n", "title" : "All Branches", "* pack" : "append_column", "xtype" : "TreeViewColumn", diff --git a/Clones.vala b/Clones.vala index 7e898d54..a491b806 100644 --- a/Clones.vala +++ b/Clones.vala @@ -865,7 +865,7 @@ public class Clones : Object // init method - this.el.add_attribute(_this.cr_last_updated.el , 'markup', 3 ); + this.el.add_attribute(_this.cr_last_updated.el , "markup", 3 ); } // user defined functions @@ -921,7 +921,7 @@ public class Clones : Object // init method - this.el.add_attribute(_this.cr_all_branches.el , 'markup', 2 ); + this.el.add_attribute(_this.cr_all_branches.el , "markup", 2 ); } // user defined functions