Clones.bjs
[gitlive] / Clones.bjs
index 7d5b425..9fecfee 100644 (file)
               "toggled" : "  (self, path)  => {\n/*    var ret ={} ;\n    var store = this.get('/reposStore');\n    store.el.get_iter_from_string(ret, path);\n                                                                 \n    var value =   store.el.get_value(ret.iter,5).value.get_boolean();\n                                                                 \n    //print(JSON.stringify(value));\n    store.el.set_value(ret.iter,5, !value);\n      var path =  store.el.get_value(ret.iter, 6).value.get_string();\n     var repo = imports.Scm.Repo.Repo.get(path);\n     repo.autopush(!value);\n    */\n}"
              },
              "id" : "cr_autopush",
-             "* pack" : "pack_start",
+             "* pack" : "pack_start,false",
              "xtype" : "CellRendererToggle",
              "$ xns" : "Gtk",
              "$ mode" : "Gtk.CellRendererMode.ACTIVATABLE"
            "items" : [
             {
              "id" : "cr_repo",
-             "* pack" : "pack_start",
+             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
             }
            "items" : [
             {
              "id" : "cr_current_branch",
-             "* pack" : "pack_start",
+             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
             }
            "items" : [
             {
              "id" : "cr_last_updated",
-             "* pack" : "pack_start",
+             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
             }
            "items" : [
             {
              "id" : "cr_all_branches",
-             "* pack" : "pack_start",
+             "* pack" : "pack_start,false",
              "xtype" : "CellRendererText",
              "$ xns" : "Gtk"
             }