Clones.bjs
[gitlive] / Clones.bjs
index b04434f..cbeb877 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",
           },
           {
            "id" : "tv_current_branch",
-           "* init" : "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(this.items[0].el , 'markup', 1 );\n     this.el.add_attribute(this.items[0].el , 'cell-background', 7 );\n\n}\n",
+           "* init" : "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(_this.cr_current_branch.el , 'markup', 1 );\n     this.el.add_attribute(_this.cr_current_branch.el, 'cell-background', 7 );\n\n}\n",
            "* pack" : "append_column",
            "title" : "Current Branch",
            "xtype" : "TreeViewColumn",
           },
           {
            "id" : "tv_last_updated",
-           "* init" : "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(this.items[0].el , 'markup', 3 );\n\n}\n",
+           "* init" : "\n    this.el.add_attribute(_this.cr_last_updated.el , 'markup', 3 );\n",
            "* pack" : "append_column",
            "title" : "Last updated",
            "xtype" : "TreeViewColumn",
            "$ xns" : "Gtk",
            "items" : [
             {
+             "id" : "cr_last_updated",
              "* pack" : "pack_start",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
           },
           {
            "id" : "tv_all_branches",
-           "* init" : "function() {\n    XObject.prototype.init.call(this);\n    this.el.add_attribute(this.items[0].el , 'markup', 2 );\n\n}\n",
+           "* init" : "    this.el.add_attribute(_this.cr_all_branches.el , 'markup', 2 );\n\n",
            "title" : "All Branches",
            "* pack" : "append_column",
            "xtype" : "TreeViewColumn",
            "resizable" : false,
            "items" : [
             {
+             "id" : "cr_all_branches",
              "* pack" : "pack_start",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"