From: Alan Knowles Date: Tue, 30 Oct 2018 05:07:52 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=f6d04a264183f4fb12738dd2a3ecab09465ddd91 Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index 3b61dfeb..226e0e75 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -131,7 +131,7 @@ }, { "id" : "tv_autopush", - "* init" : " \n this.el.add_attribute(_this.cr_autopush.el , 'active', 5 );\n// this.items[0].el.set_activatable(true);\n\n", + "* init" : " \n this.el.add_attribute(_this.cr_autopush.el , \"active\", 5 );\n// this.items[0].el.set_activatable(true);\n\n", "* pack" : "append_column", "title" : "Auto Push", "xtype" : "TreeViewColumn", diff --git a/Clones.vala b/Clones.vala index a5e4d672..49abf82f 100644 --- a/Clones.vala +++ b/Clones.vala @@ -676,7 +676,7 @@ public class Clones : Object // init method - this.el.add_attribute(_this.cr_autopush.el , 'active', 5 ); + this.el.add_attribute(_this.cr_autopush.el , "active", 5 ); // this.items[0].el.set_activatable(true); }