From: Alan Knowles Date: Tue, 30 Oct 2018 05:03:53 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=8bc485999149d7dd148ac9dcf3fc2ec0749a0267 Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index 8f1afa55..6188519c 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -110,7 +110,7 @@ }, { "id" : "tv_autocommit", - "* init" : "\n// this.items[0].el.set_activatable(true);\n this.el.add_attribute(_this.keyrender.el , \"active\", 4 );\n\n", + "* init" : "\n// this.items[0].el.set_activatable(true);\n this.el.add_attribute(_this.cr_autocommit.el , \"active\", 4 );\n\n", "* pack" : "append_column", "title" : "Auto Commit", "xtype" : "TreeViewColumn", diff --git a/Clones.vala b/Clones.vala index 0eb07242..19420b9b 100644 --- a/Clones.vala +++ b/Clones.vala @@ -602,7 +602,7 @@ public class Clones : Object // init method // this.items[0].el.set_activatable(true); - this.el.add_attribute(_this.keyrender.el , "active", 4 ); + this.el.add_attribute(_this.cr_autocommit.el , "active", 4 ); } // user defined functions