From 3527cb74418942950a165c9b4e89db01f3d3dbbe Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 13:08:31 +0800 Subject: [PATCH] Clones.bjs Clones.vala --- Clones.bjs | 4 ++-- Clones.vala | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2