From df28c3d021d682682ab36d054c6e0cc1a4ba1e40 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 13:08:10 +0800 Subject: [PATCH] Clones.bjs Clones.vala --- Clones.bjs | 2 +- Clones.vala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Clones.bjs b/Clones.bjs index 226e0e75..f60a0e5a 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -152,7 +152,7 @@ }, { "id" : "tv_repo", - "* init" : "\n this.el.add_attribute(_this.cr_repo.el , 'markup', 0 );\n", + "* init" : "\n this.el.add_attribute(_this.cr_repo.el , \"markup\", 0 );\n", "title" : "Repo", "* pack" : "append_column", "xtype" : "TreeViewColumn", diff --git a/Clones.vala b/Clones.vala index 49abf82f..d6582269 100644 --- a/Clones.vala +++ b/Clones.vala @@ -750,7 +750,7 @@ public class Clones : Object // init method - this.el.add_attribute(_this.cr_repo.el , 'markup', 0 ); + this.el.add_attribute(_this.cr_repo.el , "markup", 0 ); } // user defined functions -- 2.39.2