Clones.bjs
[gitlive] / Clones.bjs
index 8f1afa5..37ddc2b 100644 (file)
           },
           {
            "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",
           },
           {
            "id" : "tv_autopush",
-           "* init" : " \n    this.el.add_attribute(this.items[0].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",
           },
           {
            "id" : "tv_repo",
-           "* init" : "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(this.items[0].el , 'markup', 0 );\n\n}\n",
+           "* init" : "\n    this.el.add_attribute(_this.cr_repo.el , 'markup', 0 );\n",
            "title" : "Repo",
            "* pack" : "append_column",
            "xtype" : "TreeViewColumn",